Heads and paragraphs

 Today we are learn about the basic web development with basics of the html..








<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Heads and paragraph</title>
</head>
<body>
    <!--lorem23 for dummy Text with 23 words-->
    <h1>Harry</h1>
    <h2>Manja</h2>
    <h3>Manja</h3>
    <h4>ganja</h4>
    <h5><strong> </strong> Tabaki</h5>
    <h6>Chappi</h6>

    <p>It is <em>Kya kiya jaye</em>  update <strong>Must to update</strong> the adhaar <em>input is must</em> card</p>
    <P>Manja <hr></P>
    <P>Ganja <hr></P>
    <P>Tabaki <br>is living in africa</P>
</body>
</html>

Post a Comment

Previous Post Next Post