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").


div instead of td:

This table lacks proper <td> elements (instead <div> elements are used):


HTML tables
22
Web accessibility
45
JavaScript frameworks
29
Web performance
36
33
Front-end web developer course 2021
Person Most interest in Age
Chris
Dennis
Sarah
Karen
Average age

Note: Impossible to automatically test or detect. Requires a human tester or AI to query all <table> elements and ensure that <td> elements are used properly instead of <div> elements or otherwise.

axe detected: none  |  QualWeb detected: 1.3.1