Home > Abakada: Back to Basics > Language References > HTML Element Attributes > BOTTOMMARGIN Attribute
Sets or retrieves the bottom margin, in pixels, for the entire body of the page.
Inline |
<body bottommargin = sPixels...> |
Script |
body.bottomMargin = sPixels ] |
sPixels |
String specifying the number of pixels to set aside for the bottom margin |
The property is read/write with a default value of 15.
If the value is set to "", the bottom margin will be exactly on the bottom edge. The value specified overrides the default margin.
BODY