What it HTML Heading?
HTML Heading
HTML (Hyper Text Markup Language) Heading are titles and subtitles which display in bold and normal look for your website or web browser.
Different Type of Heading
In HTML Heading define in h1 to h6 tag but its meaning differently for each one.
1- <h1> : This tag is define only once in a single page & its most important heading, or its size is bigger according to normal text font. It is basically use for SEO purpose and it look for a bold size or font.
2- <h2> : This tag is define multiple times in a single page, and its size is below of h1 tag and it look for a bold size or font.
3- <h3> ; This tag is define multiple times in a single page, and its size is below of h2 tag and it look for a bold size or font.
4- <h4> : This tag is define multiple times in a single page, and its size is below of h3 tag and it look for a bold size or font.
5- <h5> : This tag is define multiple times in a single page, and its size is below of h4 tag and it look for a normal size or font.
6- <h6> : This tag is deinfe multiple times in a single page, and its size is below of h5 tag and it look for a normal size or font.














