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