HBCMS更多的中文手册参考:

tFoot参数属性

DHTML文档教程

Retrieves the tfoot object of the table.

dhtml语法

htmln/a
scripting[ otfoot = ] table.tfoot

dhtml可能的值

oTFoot Object that receives the tFoot object.

The property is read-only. The property has no default value.

Remarks

If the table doesn't have a foot section, the value for the property is null.

If multiple table feet are listed in an HTML document, only the first one is treated as the foot of the table.

DHTML代码范例

This example sets the color of the tFoot object to blue.

document.all.myTable.tFoot.style.color = "blue"

是否符合公共标准

This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

TABLE