HTML/CSS/Layout Attributes/leftmargin
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>