HTML/CSS/Layout Attributes/bottommargin

Материал из Web эксперт
Версия от 08:16, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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