Creating Tables
- Tables can be problematic for accessibility and mobile viewing. Use tables to display data, rather than as a means of page layout. Use page templates and blocks for layouts. Selecting table or cell widths can result in poor mobile display.
Create a table
|
Accessibility
Best practices for web tables
|
Table tags
- In order to ensure your content is accessible, all tables with header rows and/or header columns will need to be set up with the appropriate structure so screen readers can understand how to read the information.
First, set the top row as the header row by following these steps:
Next, you will need to assign the header cell type to each cell in the header row:
|