H I O X INDIA
FREE HTML Tutorial
Google
Web hscripts.com
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

HTML Tutorial
Introduction
How To
HTML Tags
html, head, body
Text Manipulation
IMAGES
Special Effects
Using Tables
Forms
Other Topics
Ask Your Doubts
Feedback





Html Label


Topic

What is the use of label?



Explanation

Label Tag:
<form name=testform>
<label name=testlabel> My Label </label>
</form>


Result:


Definition:

A form should always have "form" tag. The attribute name may be defined (e.g "name=myform"). However the name will be required only during form action's which we will reqire javascript. So we will see those things in our javascript tutorials.

The type label is just a form a text. The result shows how a label is displayed



CONCLUSION:
Basically forms are used to get the data from the user and use the data.
To validate the data you need the learn javascript. To get the data and use it you need to learn any server side scripting languages like php or jsp or asp... We use php and we will see it in the tutorials (To Be Published Soon).




privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Other Links