9.1. Use <caption> to tag data table captions

When a data table is introduced by a caption, it must be tagged using the <caption> tag.

Note

The caption must be precise and concise.

<table>
   <caption>Average monthly temperatures of the 3 largest cities in Canada.</caption>
   […]
</table>

Find out more

Comments

Add a comment

All fields are mandatory.

Back to top