Table Elements
Table markup is used for presenting data in a grid-like fashion, not for the purposes of laying out a web page, or the sections within a web page. The elements and attributes listed in this section will provide you with all the tools you need to ensure that your table markup is valid, logically presented, and accessible.
In this Section
- caption
provides a visual caption (a title or description) for the table - col
defines a column within a table - colgroup
defines a group of columns within a table - table
defines a block of tabular data - tbody
logically groups elements that make the body of atable’s content - td
defines a standard data cell in a table - tfoot
logically groups elements that comprise the footer area of atable’s content - th
defines a header cell in a table - thead
logically groups header elements in a table - tr
defines a row in atable
User-contributed notes
There are no comments yet.
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.
