Font Tag: <FONT> </FONT> deprecated
The font tag allows you to set the attributes of a font for displaying text.
|
<FONT& color="#00ffff" size="+1" face="courier">Sample Text</FONT>
|
Sample Text |
Attributes:
| Attribute |
Values |
Description |
| color |
hexidecimal #nnnnnn
rgb(r,g,b)
or named colors |
Sets the color of the text. |
| size |
1 to 7 or -6 to +6 (relative)- |
Sets the size of the text. |
| face |
an available font name |
Sets the font to use for the text. |
|