November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLTableElement.createCaption( ) — get or create a <caption>
DOM Level 1 HTML
HTMLElement createCaption( );
An HTMLTableCaptionElement object representing the
<caption> element for this table. If the
table already has a caption, this method simply returns it. If the
table does not have an existing <caption>,
this method creates a new (empty) one and inserts it into the table
before returning it.