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
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

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, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint

Legal Notices.

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

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