Heading tags

The <h1> to <h6> tags are used to define HTML headings.

The numbers indicate heading levels (H1 through H6)

Heading are used to divide section of text.

The numbers indicate heading levels (H1 through H6)

Heading are used to divide section of text.

The numbers indicate heading levels (H1 through H6)




Code example below
<h1>Heading</h1>
<h2>Heading</h2>
<h3>Heading</h3>
<h4>Heading</h4>
<h5>Heading</h5>
<h6>Heading</h6>