HTML CSS Reference/HTML Attributes Reference/bottommargin

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

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