2.3.1.14 bottomMargin

Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, and IE11 Mode (All Versions)

bottomMargin of type DOMString

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

The default value is 15 pixels. If the value is an empty string, the bottom margin is set on the bottom edge of the window or frame.

The specified value overrides the default margin. By default, when the value of this property is set, the opposite margin is set to the same value.

This attribute extends the HTMLBodyElement interface.