HTML HEADING

Heading can be used to describe the topic and they precede

There are Six type of heading define in html5 it support all global attributes

Do not warry discuss about global attribute in later

Six type heading are


<h1>Heading</h1>

<h2>Heading</h2>

<h3>Heading</h3>

<h4>Heading</h4>

<h5>Heading</h5>

<h6>Heading</h6>

<h1> Heading define most important heading in page

<h6></h6> Heading define least important heading in page

Example

 

heading in html

This is h1 heading

This is h2 heading

This is h3 heading

This is h4 heading

This is h5 heading
This is h6 heading

Style attribute in heading tag

Example

Tips - you can change heading type and priority and heading font size by change heading number between 1-6