| <basefont> </basefont> |
Used to define the default font settings on a page.
The <basefont> tag should be placed immediately after opening
<body> tag. Netscape 4.0 does not support the color and face
attributes. Neither does Web TV. Check this tag across a range of
browser before using it. |
| 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. |
|