Reference: *Tables Module at the W3C
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td
The Tables Module contains the elements necessary to create XHTML tables.
Although not detailed here, the
Basic Tables Module allows only for simple
tables and declares only the elements:
table,
caption,
tr,
th and
td.
Also, the Basic Tables Module declares only a subset of the
attributes declared by the full Tables Module on
these elements. (For more information, see
*W3C XHTML 1.1 Basic Tables Module.)
The full Tables Module is automatically selected
in the standard XHTML 1.1 DTD.