EN
此内容没有您的语言版本,但有英语版本。
0(共 1)对本文的评价是有帮助 - 评价此主题

createTFoot method

Creates an empty tFoot element in the table.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

Syntax

var retval = table.createTFoot();

Parameters

This method has no parameters.

Return value

Type: Object

Returns the tFoot element object if successful, or null otherwise.

Standards information

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.

Examples

This example uses the createTFoot method to create a table footer.


myTFoot = document.all.myTable.createTFoot()

See also

table
Reference
createCaption
createTHead
deleteCaption
deleteTFoot
deleteTHead

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

社区附加资源

添加
© 2013 Microsoft. 版权所有。