December 1999
Intermediate to advanced
95 pages
2h 34m
English
<label> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4 - WebTV • Opera3
<label>...</label>
Used to attach information to form controls. Each
label element is associated with exactly one form
control.
for=textExplicitly associates the label with the control by matching the
value of the for attribute with the value of the
id attribute within the control element.
<LABEL for="lastname" >Last Name: </LABEL> <INPUT type="text" id="lastname" size="32">
Read now
Unlock full access