9. Tables
- 9.1. Use
<caption>
to tag data table captions - 9.2. Mark up the row and column header cells with
<th>
- 9.3. In simple tables use the
scope
attribute to associate data cells with their corresponding headers - 9.4. Add
role="presentation"
to each layout<table>