HBCMS更多的中文手册参考:

BOTTOMMARGIN Attribute | bottomMargin参数属性

DHTML文档教程

Sets or retrieves the bottom margin of the entire body of the page.

dhtml语法

HTML<BODY BOTTOMMARGIN = sPixels... >
ScriptingBODY.bottomMargin [ = sPixels ]

DHTML可能的值

sPixelsVariant that specifies or receives the number of pixels for the bottom margin.

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

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

if the value is set to "", the bottom margin is set exactly on the bottom edge. the value specified overrides the default margin.

by default, when you set the value of this property, the opposite margin is set to the same value.

是否符合公共标准

There is no public standard that applies to this property.

Applies To

BODY