Feaured Profiles


Your profile here? Be featured now!

            


Fonts

Contributed by Angel on June 2nd, 2008 Categories: Html/Style Sheet Codes 11,823 Views
1 Star2 Stars (+17 rating, 10 votes)
Loading ... Loading ...

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>





Credits to Friendstertalk.com for the CSS and JS codes.

One Response to “Fonts”

  1. Rubin Ruehle

    March 17th, 2010 at 6:00 pm

    There are some very usefull information here , thanks

Leave a Reply