HTML/CSS/Layout Attributes/leftmargin

Материал из Web эксперт
Перейти к: навигация, поиск

"leftmargin" sets the left indented distance in pixels

    
<html>
<body leftmargin="100">The document has a left margin of 100px</body>
</html>