by Vivienne Trulock
Give each form element a label - this makes it easier for motor impaired people to select it as it increases the selection area.
Labels for forms which are not correctly placed can be confusing for screen reader users, as they may not know which label is associated with which form element. Labels should appear on the same or preceding line to the element.
More information on how to add labels to different form elements is available at http://www.ilikecake.net/html/html_10_forms.htm
Pages which have form elements must be checked manually for compliance. Where pages do not comply with the above, they will be deemed to have failed the check. This check does not require that the label be explicitly associated with the form element (for example, using the ‘for’ attribute).