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