HTML Heading

Heading element is basically used for displaying title on a web page. There are six levels of headings in HTML. They can be used to organise web into hierarchical levels. The top or highest level heading is denoted as <H1> or <h1>. The least level is <H6> or <h6>.

Example

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6


How to use Heading in HTML?