H1 is the first heading which is use for any web document and H6 is the least important heading. Heading Tags are as follow:
<h1> some text </h1>
<h2> some text </h2>
<h3> some text </h3>
<h4> some text </h4>
<h5> some text </h5>
<h6> some text </h6>
|