create

UK[kriˈeɪt] 美[kriˈet]

vt. To produce; to create, to create; to ennoble, to ennoble...(noble)

vi.[English][Slang] Lose your temper, complain

Third person singular: creates Present participle: creating Past tense: created Past participle: created

caption

UK[ˈkæpʃn] US[ˈkæpʃən]

n. Subtitle; title, caption, subtitle; third file

vt. Give (picture , photos, etc.) add captions; add captions to (documents, etc.); add subtitles to...

Third person singular: captions Plural: captions Present participle: captioning Past tense: captioned Past participle: captioned

javascript createCaption() method syntax

Function:Create a caption element for the table.

Syntax:tableObject.createCaption()
Returns:Returns an HTMLElement object representing the element of the table. If the table already has a title, return it. If the table has no element, create a new, empty element, insert it into the table, and return it.

javascript createCaption() method example

   
Row1 cell1 Row1 cell2
Row2 cell1 Row2 cell2


Run instance »

Click the "Run instance" button to view the online instance