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
The "font" element is invalid in both HTML4 Strict, XHTML Strict and HTML5. It should not be used. It is also unnecesarry to seperate attributes from values using spaces. Instead of writing "", you may write "".
ReplyDeleteThanks for the help!
ReplyDeleteI like your blog, am just writing a post about this topic and how to do it! (Not easy for someone like me though who knows zilch about html :-) )
ReplyDeleteThanks Man!!!
ReplyDelete