Section 508 n.3

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

Example:

<label for="Section508">Section 508</label>

<select name="Section508" id="Section508">

    <option>Section 508 (A)</option>
    <option>Section 508 (B)</option>
    <option>Section 508 (C)</option>
    ⋮
  </select>