HTML/CSS/Layout Attributes/leftmargin — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:16, 26 мая 2010
"leftmargin" sets the left indented distance in pixels
<html>
<body leftmargin="100">The document has a left margin of 100px</body>
</html>