Headings in HTML
How to create Headings There are 6 tags available in HTML to create the heading. Element Output <h1>Level-1 Heading</h1> Level-1 Heading <h2>Level-2 Heading</h2> Level-2 Heading <h3>Level-3 Heading</h3> Level-3 Heading <h4>Level-4 Heading</h4> Level-4 Heading <h5>Level-5 Heading</h5> Level-5 Heading <h6>Level-6 Heading</h6> Level-6 Heading Attributes of Heading align attribute can be used with all heading to align heading text left/ right/ center / justify. align = "left" align = "right" align = "center" align = "justify" Understanding Heading MAP Heading are parsed by browser in a heading map . Heading map is similar to the index shown at the beginning of any book. Heading map plays an important role in SEO so always be careful while creatin...