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. | |
| 2. Associating labels with fields by placing a form field and its label on the same line. | |
| 3. Associating labels with fields using mark-up such as the LABEL tag. | |
| 4. Using SELECT controls (pull-down choices) instead of RADIO buttons. | |
| 5. Using TABINDEX. | |
| 6. Placing the LABEL and the form field in the same table cell. |
Back to Section Table of Contents
Back to Curriculum Table of Contents