-->

  • HTML headings and Paragraphs

            




    HTML Headings

    HTML Heading are Defined With The <h1> to <h6> Tags.


    <h1> Defines With the Most Important Heading and <h6> Defines With The Least Heading.




    Example 

    <!DOCTYPE html>
    <html>
    <body>

    <h1>This is Heading 1</h1>
    <h2>This is Heading 2</h2>
    <h3>This is Heading 3</h3>
    <h4>This is Heading 4</h4>
    <h5>Thsi is Heading 5</h5>
    <h6>This is Heading 6</h6>


    </body>
    </html>






    Result 


    This is heading 1


    This is heading 2


    This is heading 3


    This is heading 4


    This is heading 5

    This is heading 6
    HTML Paragraphs 
    HTML  Paragraphs are Defined With the <p> Tag.


     Example 

    <!DOCTYPE html>
    <html>
    <body>

    <p>This is a paragraph.<p>
    <p>This is a another paragraph.<p>

    </body>
    </html>


    Result 

    This is a paragraph.
    This is another paragraph.






    For More Information To Watch This Video 


         
        
                
  • 0 comments:

    Post a Comment

    For Any Tech Updates, Hacking News, Internet, Computer, Technology and related to IT Field Articles Follow Our Blog.