HBCMS更多的中文手册参考:

ALIGN Attribute | align参数属性

DHTML文档教程

Sets or retrieves the alignment of the caption or legend.

dhtml语法

HTML<ELEMENT ALIGN = sAlign... >
Scriptingobject.align [ = sAlign ]

DHTML可能的值

sAlignString that specifies or receives one of the following values.
bottomAligns bottom-center.
centerAligns center.
leftAligns left.
rightAligns right.
topAligns top-center.

The property is read/write. The property has no default value.

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

the legend tag is used only within a fieldset tag. the contents of the legend tag are displayed by overwriting the information in the top border of the fieldset.

the caption tag is used only within a table tag. its contents are displayed centered above the table and do not interact with the table border.

是否符合公共标准

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

Applies To

CAPTION, LEGEND