Searchbox is here: Alt plus 4

|Go to main content|

Accessibility information page

|
 

Navigation begins here

Home (1)|
Tutorial (U)| Formats (F)| Tags (G)| Tools (L)| Resources (R)| Questions? (Q)|  

Tags|

A b b r|

Accesskey|

Acronym|

Alt|

Caption|

Div|

Fieldset|

Headers|

Heading|

I D|

Label For|

Legend|

Long desc|

Meta|

No frames|

No script|

Scope|

Skip Links|

Summary|

T H|

T body|

T head|

Tab index|

Title|

Label For and I D

The Label For identifier is used in conjunction with the Input I D identifier to associate a text label with data input. Although forms can be made accessible through linear structure, using the Label For and ID identifiers will ensure that screen readers properly link labels and input.

For more detail see the Forms page.

Code Example:

<tr>
<td>
<label for:"FirstName">First name:</label>
</td>
 
<td> 
<input type="text" name="fn" id="FirstName">
</td>

</tr>

Browsers

Internet Explorer supports the Label For and I D identifiers. Netscape Navigator does not.

Adaptive Technology

 

 
   
Bobby WorldWide Approved 508

Secondary navigation begins here

| About this site (B) | Email (E) | Site Map (3) | Comments (9) |