HTML Table Headers and Footers — a practical guide to HTML table headers footers with clear examples you can reuse in real projects.
HTML Tutorial Series (23/79). Prefer one article? Read the complete HTML tutorial.
Short description
`scope="col"` / `scope="row"` helps screen readers associate headers.
Scoped header
<th scope="col">Price</th>