Advertisement

HTML CSS Course

 Day -1 

<!-- html css Complete Course -->


<html>

    <head>

    </head>

    <body>

        <p> This is paragraph </p>

        <h1> header 1</h1>

        <h2> header 2</h2>

        <h3> header 3</h3>

        <h4> header 4 </h4>

        <h5> header 5</h5>

        <h6> header 6</h6>

        

        <button> click </button>

        

        <p>This is <br> Something </p>

        

    </body>

 <html>

 

  <!-- we'll cover more in next lecture -->

------------------------------------------------------



Post a Comment

0 Comments