HTML/CSS/Layout Attributes/bottommargin

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

"bottommargin" sets the height in pixels of the page bottom margin

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For bottommargin</Title> </head> <BODY bottommargin="200">

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

</BODY> </HTML>


     </source>