HTML Headings h1 - h6


The HTML <h1><h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

List of HTML headings

<h1>This is H1 heading</h1>
<h2>This is H2 heading</h2>
<h3>This is H3 heading</h3>
<h4>This is H4 heading</h4>
<h5>This is H5 heading</h5>
<h6>This is H6 heading</h6>

Please see how headings looks in real below

By: Tomas Silny
Edited: 2020-11-06 17:53:59
Source: developer.mozilla.org/