HTML CSS Reference/HTML Attributes Reference/rightmargin
"rightmargin" Example
<HTML>
<head><Title>Example For rightmargin</Title></head>
<body bottommargin="100" rightmargin="150">Contenton the page</body>
</HTML>
rightmargin is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<body> |
+----------------+--------------------------------------------------------------+
"rightmargin" Syntax and Note
Note:
Set the right margin in pixels.
The default value is 10.
Syntax:
<body rightmargin="value"> . . . </body>