HTML CSS Reference/HTML Attributes Reference/bottommargin — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 08:20, 26 мая 2010
"bottommargin" Example
<HTML>
<head><Title>Example For bottommargin</Title></head>
<BODY bottommargin="20">
<p>Some text in the paragraph</p>
</BODY>
</HTML>
bottommargin is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<body> |
+----------------+--------------------------------------------------------------+
"bottommargin" Syntax and Note
Note:
This attribute sets the height in pixels of the page bottom margin.
Its default value is 15.
Syntax:
<body bottommargin="value"> . . . </body>