'body' Example : body « HTML Tag Reference « HTML CSS Reference






'body' Example

    
  
<html>
<head>
<title>body element example</title>
</head>
  <body text="#0000ff" 
        bottommargin="150"
        topmargin="150">
        
  <p>
  Text is blue.
  </p>
  </body>
</html>   

           
      
      








Related examples in the same category

1.'body' Syntax and Note
2.'body' HTML Attributes
3.'body' Event Handlers
4.'body' CSS Attributes and JavaScript Style Properties
5.'body' Microsoft Behaviors
6.'body' Microsoft Filters
7.'body' JavaScript Properties
8.'body' JavaScript Methods
9.'body' JavaScript Collections