'body' defines where to display all text, graphics, and other web page content : body : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » body »

 

'body' defines where to display all text, graphics, and other web page content



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



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» body