HTMLTableCaptionElement |
a <caption> in an HTML
table |
Availability
DOM Level 1
HTML
Inherits from/Overrides
Node Element HTMLElement HTMLTableCaptionElement
Properties
- deprecated String align
-
The
horizontal alignment of the caption with respect to the table. The
value of the align attribute. Deprecated in favor
of CSS styles.
Description
A <caption> element in an HTML table.
See Also
Type of
HTMLTableElement.caption
|