HTML Heading Tags

We use six tags for Heading
These are

font size decreses from <h1> to <h6>

Example

Output

This is h1 heading

This is h2 heading

This is h3 heading

This is h4 heading

This is h5 heading
This is h6 heading

We can use these tags to give appropriete heading in web page.

These tags are used to create different level of header in web page.