Heading in HTML

 Heading in HTML

In the web page you are reading this HTML lesson you can see Heading clearly, and I hope you know well what is heading. Heading is something written on top of every topic, it tell us what we are going towrite inside the page or in the topic.

In HTML we are having 6 different levels of headings ranging from <h1> to <h6>

<h1> This is level 1 Heading <h1>

<h2> This is level 2 Heading <h2>

<h3> This is level 3 Heading <h3>

<h4> This is level 4 Heading <h4>

<h5> This is level 5 Heading <h5>

<h6> This is level 6 Heading <h6> 

By looking at above example you might have understood all six levels of headings 

 GET COMPLETE HTML COURSE FOR FREE


 

Comments

Most popular post

Paragraph in Html

HTML Basics