Page 88 - Computer Class 06
P. 88
BODY Tag
Text between body tag describes the body content of the page that is visible to the end
user. This tag contains the main content of the HTML document.
<HTML>
<HEAD>
World of Sports
<TITLE>
Tennis
</TITLE>
</HEAD>
<BODY>
I want to play tennis.
</BODY>
<HTML>
Heading Levels
There are six different heading levels in HTML document.
The code is as follows:
<HTML>
<HEAD>
Festivals
<TITLE>
Tennis
</TITLE>
</HEAD>
<BODY>
<H1>Holi </H1>
<H2> Raksha Bandhan </H2>
<H3> Dussehra </H3>
<H4> Diwali </H4>
<H5> Christmas </H5>
Computer-6 88 Computer-1