Creates an empty tfoot element in the table.
dhtml语法
otfoot = table.createtfoot()
return value
returnsthe tfoot element object if successful, or null otherwise.
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.
DHTML代码范例
This example uses the createTFoot method to create a table footer.
myTFoot = document.all.myTable.createTFoot()
是否符合公共标准
This method is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
更多语法参考
createcaption, createthead, deletecaption, deletetfoot, deleteTHead