1. Home
  2. Computing & Technology
  3. Web Design / HTML

Examples of the <basefont> Tag

See how the basefont tag works on a Web page.

Return to the <basefont> Tag

Make the Font Larger

This is the standard font size for this document.
And now the font is a bit larger. And now the font is back to normal.

<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>

Return to the <basefont> Tag

Change the Font Color

This is the standard font color for this document.
And now the font is red. And now the font is back to normal.

<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>

Return to the <basefont> Tag

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. About.com Web Design A to Z
  5. Examples
  6. Examples of the BASEFONT Tag

©2008 About.com, a part of The New York Times Company.

All rights reserved.