Skip to Main Content Art of ALT: Accessible Design for the Humanities

Section 4.2: Creating Accessible Data Tables, Part 1

Design of Data Tables

An accessible table starts with a well designed table. You want your table to be easy for all your users to read and understand. For example, if one complex table could be presented with 2 simple tables instead, the simple tables are probably preferred because they are easier for all your users as well as for accessibility reasons.

Concentrate on creating a table that people with disabilities can use easily and effectively, and you most likely will have a table that will be easier to use for all your users [ 3, p.310 Opens a new window ].

HTML Codes used in Table Development

There are some common HTML elements that you will see used in the development of tables on the Web. This is not an all inclusive list but covers the ones most relevant to the development of accessible data tables. [ 6 Opens a new window ]

Section 4.2 is continued on the next page.

Continue Section 4.2.       Go back to Section 4.1, Part 3