Section 508 n.2

For each INPUT elements, the program will check that you either have an ALT or Title attribute or a label element.

Example:
<label for="User">Click me</label>
<input id="User" type="text" name="Name" />