H I O X INDIA
FREE ADVANCE HTML Tutorial
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Templates 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)
Español Français 中文 Deutsch
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

HTML Basic
Introduction
How To
HTML Tags
html, head, body
Text Manipulation
IMAGES
Special Effects
Using Tables
Forms
Other Topics



ADVANCED HTML
Introduction
Media
Meta Tag
Frame tags
Fieldset
Tooltip
DTD
Image tags
Subscript & Superscript
Bullet styles
Canvas
Other tags
Ask Your Doubts
More about HTML
Feedback




HTML Body Tag


Topic

Body Tag!



Explanation

BODY
Code:
<html>
<body>
</body>

</html>

It is like the body of a human.
BODY tag should lie inside "html" tag.

Any thing we type inside the body tag will be displayed in the browser page.
e.g: Combining all the tags learned so far
<html>
<head>
<title> My Page
</title>
</head>

<body>
This is my first page </body>
</html>

Test It: Copy the code or type the code in to the textbox shown below and click show.






privacy policy     license     sitemap
© 2004-2009 HIOX INDIA - hioxindia.com

Other Links