Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<label> : form field label text
The LABEL element may be used to attach information to controls. Each LABEL element is associated with exactly one form control.
Attributes
-) for
This attribute explicitly associates the label being defined with another control. When present, the value of this attribute must be the same as the value of the id attribute of some other control in the same document. When absent, the label being defined is associated with the element's contents.
Attributes defined elsewhere
-) id, class (document-wide identifiers)
-) lang (language information), dir (text direction)
-) title (element title)
-) style (inline style information)
-) accesskey (access keys)
-) onfocus, onblur, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)


Example

<label for="name"> the text </label>

Gives








For complete reference see html reference at W3C
SF..10   SF..11   SF..12   SF..13   SF..14   SF..15   SF..16   SG..1   SG..2   SG..3   SG..4   SG..5   SG..6   SG..7  
SG..8   SG..9   SG..10   SG..11   SH..1   SH..2   SI..1   SI..2   SI..3   SI..4   SI..5   SI..6   SI..7   SI..8  
SI..9   SI..10   SI..11   SJ..1   SJ..2   SK..1   SK..2   SK..3   SK..4   SK..5   SK..6   SK..7   SK..8   SK..9  
SK..10   SL..1   SL..2   SL..3   SL..4   SL..5   SL..6   SL..7   SL..8   SL..9   SL..10   SL..11   SL..12   SL..13  
SM..1   SM..2   SM..3   SM..4   SM..5   SM..6   SM..7   SM..8   SM..9   SM..10   SM..11   SM..12   SM..13   SM..14  
SM..15   SM..16   SM..17   SM..18   SM..19   SM..20   SM..21   SM..22   SM..23   SM..24   SM..25   SM..26   SM..27   SM..28