HTML/CSS/Layout Attributes/leftmargin
"leftmargin" sets the left indented distance in pixels
<html>
<body leftmargin="100">The document has a left margin of 100px</body>
</html>
<html>
<body leftmargin="100">The document has a left margin of 100px</body>
</html>