Skip to main content

Fujitsu

Canada

  1. Home >
  2. Accessibility >
  3. 2nd Priority >
  4. Tables

40. Present the title of the table at the top of the table.

When the table title is not at the top of it, audio browser users do not realize that the text being read aloud is from a table.

Example and Implementation

  • Display an easy-to-understand table title using <caption>.
  • Tables which are used for layout purposes do not need titles.



use the TH tag and colspan

Good example: Table title is specified at the top.