Table structure (table)

Semantic tables must convey their structure programmatically—using native table elements (<table>, <thead>, <tbody>, <tfoot>, <th>, <td>) or equivalent ARIA roles (role="table", role="row", role="cell").


Table no header cells:

This table uses only <td> elements, with no semantic header cells. As a result, screen reader users won’t be informed of which column each data cell belongs to


Name Age Height (cm) Weight (kg)
Linda 33 169 59
Jack 37 184 74
Kira 8 120 21
Daniel 3 79 14

Note: Impossible to test automatically. Requires a human tester or AI to verify that header cells are correctly marked up using <th>, scope, or ARIA roles.

axe detected: none  |  QualWeb detected: 1.3.1