Accessible Forms - Label

<TD> <LABEL for="name">Last Name:</LABEL> </TD>
<TD> <LABEL for="old">I have visited before. </LABEL> </TD>
...
<TD> <INPUT ... type="text" id="name"> </TD>
<TD> <INPUT type="radio" checked id="old"...> </TD>

(22) August 2003   Previous Index Next