Part 4. Accessibility

Accessible code in action

Adding accessible code to a form

Take a poorly structured form and add fieldsets, legends, label for's, ids and titles. Then style these elements as needed.

Example of accessible form

Adding accessible code to a data table

Take a poorly structured data table and add a summary, caption, thead, tbody, th, id, headers, scope and abbr. Then style these elements as needed.

Example of accessible table