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

Lecture 13 : Size of Structure in, array vs structure, array within structure , passing structure to function, Nested Structure , Union , nesting of unions

Lecture 11 : Local, Global and Static variable monolithic vs modular programming, Storage classes, storage class cont.., pointer in C programming language

Lecture 12 : Pointer comparison, increment decrement , precedence level of pointer, pointer comparison , pointer to pointer, pointer to structure , pointer initialization, accessing elements in C programming language