Data Table Structure
Use captions, row groups, headers, and data cells to expose relationships.
A simple schedule
The table may scroll horizontally on a narrow screen.
| Time | Session | Room | Facilitator |
|---|---|---|---|
| 10:00 | List semantics | Studio 2 | Amina |
| 11:00 | Table headers | Studio 4 | Mateo |
| 12:00 | Practice review | Studio 4 | Amina |
What each element communicates
captionidentifies the table's subject.theadgroups the header row andtbodygroups the main data rows.trcreates a row;thlabels related cells;tdcontains data.scopestates whether a simple header applies across a column or row.