Gets or sets the table’s CAPTION element.

[VBScript]
Public Property Caption As HTMLTableCaptionElement
[JScript]
public function get Caption() : HTMLTableCaptionElement;
public function set Caption(HTMLTableCaptionElement);

Property Value

A HTMLTableCaptionElement object.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace