Powered By Blogger

Tuesday 4 November 2014

How are changing Font Size,color and font face in html ?

Font Face-
You want to change font face simple use code <font face= "font name">
Font Size-
You want to change font size simple use code <font size= "+1 to + 7">
your text using the <FONT> command! You can set the font size to any number between 1 and 7, with 3 being the default.  the font size 1 is the smallest and 7 is the largest.
Color changing-
You want to change font size simple use code <font color= "#.........give color code">

See Below  example use all above article code-

Example-  <font face="Arial" size="+1" color="#FF2222">This is a color example!</font>

No comments:

Post a Comment