Skip to main content

Heading tag,break tag ,hr tags how they are used

 How to give heading in html ?

To give heading in html we use <h1> tag ,in this tag the size of heading varies by the number written in the right side of "h".
For heading we can use 6 tags and these are
1)<h1>
2)<h2>
3)<h3>
4)<h4>
5)<h5>
6)<h6>

These tags varies by size ,h1 is the biggest one and h6 is the smallest one .

To break the line and come down we use <br>  tag


It is a very small tag .<Br> tag is used to just break the line ,when we want to come down we use this tag 

Use of <hr> tag


It is too a small tag .You can see that I had used a line at the end of every video tutorial
,Just for that this tag is used 
We use <hr> tag to make a ruler line. 

So just this much for today ,in the next page we will discuss some more and new tags

Share it with your friends and follow me 
Click on menu button which is on top-left side and follow me


Comments