Day 92: HTML Tables

Some tips for HTML tables:

  1. Try not to use tables just for layout
  2. A single column should be a list, not a table
  3. Use <th></th> tags for header cells, it will make changes to the look and feel as well as help screen readers understand the table content and its location
  4. Instead of merging cells, repeat information the in each column, this helps screen readers place content in the correct column

Have digital accessibility questions or site feedback?  Email the digital accessibility team.