TOC PREV NEXT INDEX

Put your logo here!


createCaption()


createCaption() creates a new caption for the table.

Syntax

tcap = table.createCaption() 

Parameters

tcap is an HTMLElement.

Example

mycap = mytable.createCaption(); 
 

Notes

If the element already exists on the table, then this method returns that element.

Specification

createCaption()


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX