createTHead method
Creates an empty tHead element in the table.
Syntax
retVal = object.createTHead();
Parameters
This method has no parameters.
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
Remarks
If a tHead already exists, IHTMLTable::createTHead returns the existing element. Otherwise, it returns a pointer to the element created.
See also
Reference