Html codes-programming
<html>
         <head>INDIA</head>
                <body>
                        india is a very beautiful country.
                 </body>
</html>
           <!--this is for beginners simple program-->
second program one tags programs
   <html>
            <head>
                   <title>html one tags</title>
              </head>
                   <body>
                               <h1>this is first tag</h1>   
                               <h2>this is second tag</h2>
                               <h3>this is third tag</h3> 
                               <h4>this is fourth tag</h4>
                               <h5>this is fifth tag</h5>
                               <h6>this is sixth tag </h6>
                    </body> 
</html>
p -tag      and    <br> tag
   <html>
              <head>
                  <title>html one tags</title>
              </head>
                          <body>
                        <p>this is first tag</p> 
                        <p>this is second tag</p>
                          this is first tag<br>this is second tag
                           </body>



Comments
Post a Comment