Tables
Element |
Markup support |
Description |
Availability |
|||
|---|---|---|---|---|---|---|
HTML |
XHTML |
XHTML-MP |
Partial |
Full |
||
<caption> |
x |
x |
Specifies a table caption. |
3.7 |
||
<table> |
x |
x |
x |
Specifies a table container. |
4.0 |
4.6 |
<tbody> |
x |
x |
Specifies a table body. |
4.6 |
||
<td> |
x |
x |
x |
Specifies a table data cell. |
4.0 |
4.6 |
<tfoot> |
x |
x |
Specifies a table footer. |
4.6 |
||
<th> |
x |
x |
x |
Specifies a table header cell. |
3.7 |
4.6 |
<thead> |
x |
x |
Specifies a table header. |
4.6 |
||
<title> |
x |
x |
x |
Specifies the document title. |
3.7 |
|
<tr> |
x |
x |
x |
Specifies a table row. |
4.0 |
4.6 |
Parent topic: Supported HTML elements: By function