Some tips for HTML tables:
- Try not to use tables just for layout
- A single column should be a list, not a table
- 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 - Instead of merging cells, repeat information the in each column, this helps screen readers place content in the correct column