ANR Website Accessibility
Article

Data & Structure

Theme: Structured content

Tip 8 - Tables

Core skill: Use tables for data—not layout for accessibility.

Why it matters
Screen readers rely on proper table structure to announce relationships between headers and data cells.

What to do (2-minute action)

  • Use tables only for data
  • Identify header rows and columns
  • Avoid merged or empty cells when possible

Common problem
Using tables to “line things up” visually instead of using layout tools.

Learn more