Match the user populations to the design solution that benefits them:
| Design Solution | Affected Population(s) |
|---|---|
| 1. Marking required fields with a character or labeled graphic rather than or along with color-coding. | A, B |
| 2. Associating labels with fields by placing a form field and its label on the same line. | A |
| 3. Associating labels with fields using mark-up such as the LABEL tag. | A, D |
| 4. Using SELECT controls (pull-down choices) instead of RADIO buttons. | D |
| 5. Using TABINDEX. | A, D |
| 6. Placing the LABEL and the form field in the same table cell. | A, E |
Back to Section Table of Contents
Back to Curriculum Table of Contents