HTML Heading Tags

This page demonstrates the usage of HTML heading tags, ranging from <h1> to <h6>.

<h1> Tag

The <h1> tag defines the most important heading and is typically used for the main title of a page.

This is an <h1> Heading

<h2> Tag

The <h2> tag defines the second level of headings, used for major sections.

This is an <h2> Heading

<h3> Tag

The <h3> tag defines the third level of headings, used for subsections.

This is an <h3> Heading

<h4> Tag

The <h4> tag defines the fourth level of headings.

This is an <h4> Heading

<h5> Tag

The <h5> tag defines the fifth level of headings.

This is an <h5> Heading

<h6> Tag

The <h6> tag defines the sixth and least important level of headings.

This is an <h6> Heading

Homepage