HTML FONT TAGS

FONT TAGS
DESCRIPTION
COMMON ATTRIBUTES
<font> </font> Used with associated attributes to define the font type and appearance.

Click for example

face= Defines the font face to be used. Can be set singularly, i.e. "arial"or as a "first recognised first served" family of fonts i.e. face = "arial,helvetica,verdana"
color= Defines the color of the text placed within the <font> tags set as a named color or a HEX value
size= Specifies the font size as either a numeric or relative value. Numeric value ranges from 1 to 7 with 1 being the smallest and 3 being the default. Relative values set the font size relative to the current size in a range from -1 to -7 and +1 to +7.