HTML/CSS/Layout Attributes/leftmargin

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

"leftmargin" sets the left indented distance in pixels

   <source lang="html4strict">
   

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


     </source>