FONT supports the attributes:
-
SIZE="±n"
- Where
n is an
integer from 1 to 6.
The actual size of the font depends on the browser.
Most browsers only support -3 through +4.
Many browers will not recognize font sizes > 0 if you leave
off the plus (+) sign.
-
COLOR=name
- Where
name is
one of the colors supported by the HTML browser.
-
FACE="fontnames"
- Where
fontnames
is a comma-separated list of system font names.
The first named font to be found on the system is used when
rendering the text.
|