HTML/CSS/Layout Attributes/bottommargin

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

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

    
<HTML>
<head>
<Title>Example For bottommargin</Title>
</head>
<BODY bottommargin="200">
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
<p>Some text in the paragraph</p>
</BODY>
</HTML>