Creates a new table caption object or return an existing one.

[VBScript]
Public Function CreateCaption() As HTMLElement
[JScript]
public function CreateCaption() : HTMLElement;

Return Value

The CAPTION element.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace