createTFoot
Method of dom/HTMLTableElementdom/HTMLTableElement
Syntax
var object = object.createTFoot();
Return Value
Returns an object of type DOM NodeDOM Node
Object
tFoot
null
Examples
This example uses the createTFoot method to create a table footer.
myTFoot = document.all.myTable.createTFoot()
Notes
Remarks
If a tFoot already exists for the table, the createTFoot method returns the existing element. Otherwise, it returns a pointer to the element created.
Syntax
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
See also
Related pages
- tabletable
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]