<basefont size="">
Browser |
|
---|---|
Type |
The BASEFONT element defines a base font.
<basefont size="2">
Attribute | Value | Explanation |
---|---|---|
size=" " | 1 - 7 | the size of the font (a number from 1 to 7) |
color=" " | color code or name | the color of the font |
face=" " | font name | list of the font names |
The use of this element is deprecated. (Use CSS instead)
- Example of specifying all attributes
<basefont size="2" color="#c0c0c0" face="Times New Roman">