Tags Reference
Deprecated. Defines a default font, color, or size for the text in a page
<head>
<basefont color="red" size="5" />
</head>
<body>
<h1>This is a header</h1>
<p>This is a paragraph</p>
</body>
The <basefont> tag specifies a default font-color, font-size, or font-family for all the text in a document.