<font> : local change to font
 
The FONT element changes the font size and color for text in its contents.
 
FONT is deprecated.
 
Attributes
 
size
 
Deprecated. This attribute sets the size of the font. Possible values:
 
An integer between 1 and 7. This sets the font to some fixed size, whose rendering depends on the user agent. Not all user agents may render all seven sizes.
 
A relative increase in font size. The value "+1" means one size larger. The value "-3" means three sizes smaller. All sizes belong to the scale of 1 to 7.
 
color
 
Deprecated. This attribute sets the text color.
 
face
 
Deprecated. This attribute defines a comma-separated list of font names the user agent should search for in order of preference.
 
 
Example
 
 
<font size="4" face="arial" color="red"> the text </font>
 
 
Gives
 
 
 the text 
 
 
 
 
 
 
For complete reference see html reference at W3C
 
O1..1   O2..1   OA..1   OB..1   OC..1   OC..2   OC..3   OC..4   OC..5   OC..6   OC..7   OD..1   OE..1   OF..1    
OG..1   OH..1   OL..1   OM..1   OM..2   OM..3   OM..4   OM..5   OM..6   ON..1   OP..1   OP..2   OP..3   OP..4    
OP..5   OP..6   OP..7   OP..8   OP..9   OP..10   OP..11   OP..12   OP..13   OP..14   OP..15   OP..16   OP..17   OP..18    
		  |