The <font> tag is used to add style, size, and color to the text on your site. Use the size, color, and face attributes to customize your fonts.
ATTRIBUTES:
| Attribute= | “Value” | Description |
| size= | “Num. Value 1-7″ | Size of your text, 7 is biggest |
| color= | “rgb, name or hex | Change font color |
| face= | “name of font” | Change the font type |
FONT SIZE:
Set the size of your font with size. The range of accepted values is from 1 (smallest) to 7 (largest). The default size of a font is 3.
Sample:
This text is size 3
Html Code:
<font size=”3″>TEXT HERE</font>
FONT COLOR:
Set the color of your font with color. You may use our Color Picker
Sample:
This text is color red
Html Code:
<font color=”#990000″>TEXT HERE</font> or <font color=”red”>TEXT HERE</font>
FONT FACE:
Choose a different font face using any font you have installed. Be aware that if the user viewing the page doesn’t have the font installed, they will not be able to see it. Instead they will default to Times New Roman. An option is to choose a few that are similar in appearance.
Sample:
This text is using Arial font
Html Code:
<font face=”Arial”>TEXT HERE</font>



11,823 Views
(+17 rating, 10 votes)![[del.icio.us]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/facebook.png)
![[Furl]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/furl.png)
![[Google]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/google.png)
![[Ma.gnolia]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/magnolia.png)
![[Newsvine]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/newsvine.png)
![[Reddit]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/reddit.png)
![[StumbleUpon]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/email.png)

Rubin Ruehle
March 17th, 2010 at 6:00 pm
There are some very usefull information here , thanks