Header Tags
The main header tags are as follows:-
Header tags contain 6 types of HTML tags, which are:
<h1> H1 Header Tag <h1>
<h2> H2 Header Tag <h2>
<h3> H3 Header Tag <h3>
<h4> H4 Header Tag <h4>
<h5> H5 Header Tag <h5>
<h6> H6 Header Tag <h6>
Each of header tags can be configured to display a different font as per your styling.
The order of importance goes from 1 as being the most important to 6 being less important.
Every web page should have a <h1> and the <h1> should be relevant to what the site is about.

