HTML <basefront> Tag
Description:
The <basefont> tag is used to specify a base font for the document to use.
This tag is deprecated in HTML 4.01, use CSS font property.
Specific Attributes:
| Attribute | Definition |
| size | Specifies the default size of text in a document. |
| color | Specifies the default color for text in a document. |
| face | Specifies the default font for text in a document. |
Other Attributes:
| Attribute | Definition |
| dir |
Specifies the text direction for the content in
an element.
|
| class | Specifies a classname for an element. |
| id | Specifies a unique id for an element. |
| lang | Specifies a language code for the content in an element. |
| title | Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip"). |
| style | Specifies an inline style for an element. |