Wednesday, 8 August 2012

The body Element:


The <body> element appears after the <head> element and contains  the part of the web page that you actually see in the main browser window, which is sometimes referred to as body content.
A <body> element may contain anything from a couple of paragraphs under a heading to more complicated layouts  containing forms and tables.

Example:

<body>
     <p>This is a paragraph tag.</p>
</body>



No comments:

Post a Comment