Form Accessibility

Try it.

Try it with HPR (Alt+O for Forms reading mode). Reposition prompts immediately to left of the input fields and listen again.

Form where prompts should be repositioned (and labeled).

Name
 
Address

Syntax for adding LABEL to form controls

<label for="Name1"> Name</label> - this is the label tag

<input name= "Name" id="Name1" size="30" > - this is the form control tag

be sure that contents of "for=" is identical (including case) to "id="

Try it:

Try this form with HPR; then add the label elements and try it again.

Form without labels
City:
Address:
   

CSUN Navigation

Here is the list of links to CSUN Hands-On examples.