Friday, 3 June 2011

HTML body Tag


The body element defines the document's body.
The body element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

Example

<html>
<head>
<title>Title of the document</title>
</head>


<body>
The content of the document......
</body>


</html>

No comments:

Post a Comment