HBCMS更多的中文手册参考:

VALIGN Attribute | vAlign参数属性

DHTML文档教程

Sets or retrieves whether the caption appears at the top or bottom of the table.

dhtml语法

HTML<CAPTION VALIGN = sAlign... >
ScriptingCAPTION.vAlign [ = sAlign ]

DHTML可能的值

sAlignString that specifies or receives one of the following values.
topDefault. Places the caption at the top of the table.
bottomPlaces the caption at the bottom of the table.

The property is read/write. The property has a default value of top.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.

remarks

when this property is set dynamically, the value of the property will be updated, but there will be no visible change in the display.

是否符合公共标准

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

Applies To

CAPTION