HTML/CSS/Layout Attributes/bottommargin
Версия от 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>