spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / html / tutorials / 22 / 3

index12345678

Tutorial 22: The Font of Foulness, Part I: Size Matters

Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

Setting the default font size: The BASEFONT element

Another hack for font sizes is the BASEFONT element. This is an empty element that sets the default font size for any text that is after the BASEFONT element in the document. The following example should illustrate this:

<P>This text is size 3. This text is size 3. 
This text is size 3. <FONT SIZE="+1">This text is size 4.</FONT> 
This text is size 3. This text is size 3. 
This text is size 3. This text is size 3. 
This text is size 3.</P>

<BASEFONT SIZE="4">

<P>This text is size 4. This text is size 4. 
This text is size 4. <FONT SIZE="+1">This text is size 5</FONT>. 
This text is size 4. This text is size 4. 
This text is size 4. This text is size 4. 
This text is size 4.</P>

<BASEFONT SIZE="3">

<P>This text is size 3. This text is size 3. 
This text is size 3. <FONT SIZE="+1">This text is size 4.</FONT> 
This text is size 3. This text is size 3. 
This text is size 3. This text is size 3. 
This text is size 3.</P>

This text is size 3. This text is size 3. This text is size 3. This text is size 4. This text is size 3. This text is size 3. This text is size 3. This text is size 3. This text is size 3.

This text is size 4. This text is size 4. This text is size 4. This text is size 5. This text is size 4. This text is size 4. This text is size 4. This text is size 4. This text is size 4.

This text is size 3. This text is size 3. This text is size 3. This text is size 4. This text is size 3. This text is size 3. This text is size 3. This text is size 3. This text is size 3.

BASEFONT is annoying because it affects elements that are not its children, and generally doesn't fit in well with the rest of HTML. It also means the use of FONT, which is a bad idea in the first place. So, in general, avoid it like the plague.

index12345678

http://www.internet.com/

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business

Legal Notices.

URL: http://www.webreference.com/html/tutorial22/3.html

Produced by Stephanos Piperoglou
Created: June 14, 2000
Revised: June 15, 2000