This page demonstrates the usage of HTML heading tags, ranging from <h1>
to <h6>
.
The <h1>
tag defines the most important heading and is typically used for the main title of a page.
The <h2>
tag defines the second level of headings, used for major sections.
The <h3>
tag defines the third level of headings, used for subsections.
The <h4>
tag defines the fourth level of headings.
The <h5>
tag defines the fifth level of headings.
The <h6>
tag defines the sixth and least important level of headings.