Forms
Form labels need to be properly associated with the input elements to which they correspond.
Bad Example
In the example below labels are not associated with form fields.
Good Example
In this example labels are properly associated with corresponding form fields.