


<basefont> element
This changes the size of the base font that all relative <font size=...>
changes are based on. The value defaults to 3, and has a valid range of 1-7.
Attributes
SIZE
The SIZE attribute may have a value in the range 1-7. If this attribute is omitted,
the default value is 3.
Examples
The following statement gives the entire document slightly smaller-than-normal
fonts:
<basefont size=2>
Also see
<font>