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 tablecol
defines a column within a tablecolgroup
defines a group of columns within a tabletable
defines a block of tabular datatbody
logically groups elements that make the body of atable’s contenttd
defines a standard data cell in a tabletfoot
logically groups elements that comprise the footer area of atable’s contentth
defines a header cell in a tablethead
logically groups header elements in a tabletr
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.