createCaption method

[This documentation is preliminary and is subject to change.]

Creates an empty caption element in the table.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

Syntax

IHTMLTableCaption retVal = object.createCaption();

Standards information

Parameters

This method has no parameters.

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.

See also

Reference

createTFoot

createTHead

deleteCaption

deleteTFoot

deleteTHead

 

 

Build date: 1/26/2012