Examples of the <basefont> Tag
See how the basefont tag works on a Web page.
Make the Font Larger
This is the standard font size for this document.
<p>This is the standard font size for this document.<br/>
<basefont size="4" />
And now the font is a bit larger.
<basefont size="3" />
And now the font is back to normal.</p>
Change the Font Color
This is the standard font color for this document.
<p>This is the standard font color for this document.<br />
<basefont color="#ff0000" />
And now the font is red.
<basefont color="#000000" />
And now the font is back to normal.</p>

