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;
set caption (HTMLTableCaptionElement? value)

Implementation

external set caption(HTMLTableCaptionElement? value);