Page 38 - 1
P. 38

Heading Levels

   There are six different heading levels in HTML document. The code is as follows :
   <HTML>
   <HEAD>
   Computer
   <TITLE>
   World of Computer
   </TITLE>
   </HEAD>
   <BODY>
   <H1> I am a machine. </H1>
   <H2> I am a machine. </H2>
   <H3> I am a machine. </H3>
   <H4> I am a machine. </H4>
   <H5> I am a machine. </H5>
   <H6> I am a machine. </H6>
   </BODY>
   </HTML>

  Starting a New Paragraph

   To start a new paragraph we use the paragraph tag in HTML document. The code is as
   follows :
   <HTML>
   <HEAD>
   Computer
   <TITLE>
   World of Computer

38
   33   34   35   36   37   38   39   40   41   42   43