caption property
The HTMLTableElement.caption property represents the
table caption. If no caption element is associated with the table, this
property is
null.
Implementation
external HTMLTableCaptionElement? get caption;
Implementation
external set caption(HTMLTableCaptionElement? value);