HTML CSS Reference/HTML Attributes Reference/bottommargin

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

"bottommargin" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For bottommargin</Title></head> <BODY bottommargin="20">

Some text in the paragraph

</BODY> </HTML>


     </source>
   
  


bottommargin is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<body> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"bottommargin" Syntax and Note

   <source lang="html4strict">

Note:

This attribute sets the height in pixels of the page bottom margin. Its default value is 15.

Syntax:

<body bottommargin="value"> . . . </body>


     </source>