HTML/CSS/Layout Attributes/bottommargin — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 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>