Make text bigger in HTML

You might have seen lots of

blog with varying font size

which look to attractive and eye catching so this brings me to write a post for others to learn how to do it.You need to use  the tag <font>  </font> 

Put your text inside these tag so that your syntx becomes

<font> YOUR TEXT </font> 


To make the text bigger use size = '' in font tag for e.g.
 <font size = "2 " >  YOUR TEXT </font> 

OutPut will be like
Your Text with size 2
Your Text with size 3

 Your Text with size 4

 Your Text with size 5

Your Text with size 6

 Use whichever suits you best