
HTML5: Edition for Web Authors
4.9.9 The td
element
- Categories
- Sectioning root.
- Contexts in which this element can be used:
- As a child of a
tr
element.
- Content model:
- Flow content.
- Content attributes:
- Global attributes
colspan
rowspan
- DOM interface:
-
interface HTMLTableDataCellElement : HTMLTableCellElement {};
The td
element represents a data cell in a table.