Heading tags are placed inside the body section of the HTML and are used to display text as heading. There are 6 different heading tags - <h1>, <h2>, <h3>, <h4>, <h5> and <h6>
h1 has the highest importance and h6 has the least importance.
<h1>This is Heading 1 </h1>
<h2>This is Heading 2 </h2>
<h3>This is Heading 3 </h3>
<h4>This is Heading 4 </h4>
<h5>This is Heading 5 </h5>
<h6>This is Heading 6 </h6>
Nothing yet..be the first to share wisdom.