HTML Font Tag


HTML FONT Tag

    The HTML <font></font> tags includes the HTML Code for Font size of the text when you make your own web site. It is also contains the Font Color HTML code for changing text colors.



Syntax


<FONT size=xxx color="#rrggbb" face="facename">
  text-for-font-changes
</FONT>

Modifiers

SIZE=number
The SIZE is the HTML Code for Font Size and is expressed in a number between 1 and 6, with 6 being the largest font size. The normal size is about 3.
SIZE=±number
The SIZE is adjusted to a size relative to the surrounding text. You could use a +1 to make it a size larger or a -1 to make it a size smaller.
COLOR="color"
This is the Font Color HTML code for changing text colors.
FACE=facename
You can select font styles by name. Beware that font faces are only available if the users local machine has it installed. Otherwise, the font face is the default font face.