Method of dom/HTMLTableElementdom/HTMLTableElement
Syntaxvar object = object.createCaption();
Return Value
Returns an object of type DOM NodeDOM Node
IHTMLTableCaption
caption
ExamplesThis example uses the createCaption method to create a caption.
myCaption = document.all.myTable.createCaption()
Notes Remarks
If no caption exists, the createCaption method creates an empty table caption, adds it to the table, and returns a pointer to it. If one or more captions already exist, the method returns a pointer to the first one on the list.
Syntax Standards informationMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4