html heading

HTML heading

In Hypertext Markup Language define six headings. HTML heading basically changes the font, h1 display is the highest, and h6 display the smallest font on the browser.

h1, h2, h3, h4, h5, h6 these are the heading here h1 is the highest level and h6 is the lowest level. HTML headings highlight important information in the document.

HTML heading element, Google uses to index the structure and content of the web pages.

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









Reactions

Post a Comment

0 Comments