Adscend

Click Here



Click Here



Click Here

Sunday 8 September 2013

Body Tag

HTML Body Tag Attribute

The body element contains tables, lists, forms, paragraphs, pictures etc. That is everything must be placed within the body element to be displayed on browser.

HTML Body Image


Example: 1

<html>
<head>
<title>
</title>
</head>
<body>
<h1>Hello world.</h1>
This is my first web page.
</body>
</html>

Output

Hello world.

This is my first web page.

No comments:

Post a Comment