Table of contents
Bypass table of contentsThe caption of a table, defined through the HTML caption element must describe briefly and precisely the nature of the table and is usually rendered somewhere near the table (it's position can be set using style sheets). Remember that the caption tag is only allowed right after the table start tag.
| Data 1 | Data 2 | Data 3 |
| Data 4 | Data 5 | Data 6 |
You can also add information about the nature of the table using the summary attribute defined in the HTML table tag. The value of this attribute is intended to describe the table's nature in a longer way than the caption, helping to better understand the content of the table.
| June | July | August |
|---|---|---|
| 60ºF | 65ºF | 62ºF |
Diseño y desarrollo: Latitud29.com