HTML CSS Reference/HTML Attributes Reference/rightmargin

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

"rightmargin" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For rightmargin</Title></head> <body bottommargin="100" rightmargin="150">Contenton the page</body> </HTML>


     </source>
   
  


rightmargin is applied to

   <source lang="html4strict">

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

     </source>
   
  


"rightmargin" Syntax and Note

   <source lang="html4strict">

Note:

Set the right margin in pixels. The default value is 10.

Syntax:

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


     </source>