createTHead method

Creates an empty tHead element in the table.

 

Syntax

 retVal = object.createTHead();

Parameters

This method has no parameters.

Standards information

Remarks

If a tHead already exists, IHTMLTable::createTHead returns the existing element. Otherwise, it returns a pointer to the element created.

See also

Reference

IHTMLTable::createCaption

IHTMLTable::createTFoot

IHTMLTable::deleteCaption

IHTMLTable::deleteTFoot

IHTMLTable::deleteTHead