How-Tos and Demos
Accessible Forms
Example: Labeling Pulldown Menus
In this example the <label> element and its for attribute are used to associate onscreen text with each pulldown menu (<select> element).
How to do it
Code Example for Labeling Pulldown Menus 
Rationale
The key to accessible forms is that all users have access to the instructions necessary to complete and submit the form. The purpose of the <label> element is to make sure that assistive technology can identify the labels and instructions on the form.
How it sounds with the JAWS screen reader
JAWS transcript
[Enter. Forms mode on. (User presses the ENTER key)
Choose event month combo box. January.
February. (User presses the DOWN arrow)
March.
Tab. choose event date combo box. Zero one.
Zero two.
Zero three.
Tab. Choose event year combo box. twenty zero three.
Tab. Schedule event button.
enter. Forms mode off.] (User submits the form)
