HyperText Markup Language/Tag List/basefont
Use
editUsed to declare the default color, face and size in the text on the webpage. This is now a deprecated tag, use CSS instead.
Example
edit<basefont face="Arial" color="black" size="4" />
Required attributes
editcolor
editFor declaring the color of the text. Can be declare as a HEX color or by color name
face
editTo declare the font that will be used in the text.
size
editFor specifying the size of the text. Choose a number between One to Seven. Three is the default.
Standard attributes
editMore info
editA link to a page with more info, then the name of the site the info came from (i.e. W3Schools).