previous | start | next

FONT

<FONT
COLOR=
color
FACE=name
SIZE=n>

Sets the size, font, and color of text.

COLOR=color
Sets font color. The color can be either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
FACE="name [,name2[,name3]]"
Sets the font. A list of font names can be specified. If the first font is available on the system, it will be used; otherwise, the second will be tried, and so on. If none are available, a default font will be used.
SIZE=n
Specifies font size between 1 and 7 (7 is largest). A plus or minus before the number indicates a size relative to the current BASEFONT setting. Relative font sizes are not cumulative, so putting two <FONT SIZE="+1"> elements in a row does not result in the font size being increased by 2.


previous | start | next