New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
I built a nice looking table but when I test it with a screen reader the numbers make no sense at all.
What you'll have at the end
A plan comparison table with a caption, column headers, and row headers that a screen reader announces correctly for every cell, confirmed by listening and by an automated checker.
You need
A data table already on a page, built with a table element, rows, and cells, but no caption and no header cells.
Not covered
Making a table with header cells that span more than one column or row accessible, which needs the headers and id attributes instead of scope.
Checked 25 Aug 2026
Part of the HTML5 cookbook