HTML CSS Reference/HTML Attributes Reference/leftmargin
"leftmargin" Example
<html>
<body leftmargin="100">The document has aleft margin of 100px</body>
</html>
leftmargin is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<body> |
+----------------+--------------------------------------------------------------+
"leftmargin" Syntax and Note
Note:
This attribute sets the left indented distance in pixels.
The default value is 10.
Syntax:
<body leftmargin="value"> . . . </body>