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

Popular posts from this blog

Basic of HTML

                        HTML Html is a Hypertext Markup language ,which is used to develop web applications ,Android applications,etc. Browsers do not understand our communication language they have their own language in this blog we will learn one of them language  There are many languages which browsers support.Some of them are :-          DIFFERENT LANGUAGES

What are Tags and Attributes ?

The most important things you should know Today we will cover what are Tags and Attributes and how we use them in html  

Marquee Tag and paragraph Tag

  Content of the post 1)Marquee tag 2)Paragraph tag 3)Fieldset tag 4)Legend tag