HTML/CSS/Layout Attributes/bottommargin — различия между версиями

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

Текущая версия на 08:16, 26 мая 2010

"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>