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
OpenOffice 3.2 Lands Amid Critical Changes
Red Hat, IBM Firmly in KVM Virtualization Camp
Red Hat Talks Up Open Source Cloud Plans

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/


The Network for Technology Professionals

Search:

About Internet.com

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

webref The latest from WebReference.com Browse >
Search Engine Optimization: Selecting and Embedding Keywords · Are Google's Language Translation Web Services Ready for Prime Time? · Installing and Using Meeplace, the Business Review CMS
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
IBM DB2 10 for z/OS: Justifying the Upgrade · Living La Vida Colo: Choosing the Right Colocation Facility · FTC Concerns over Social Media Privacy Linger

Legal Notices.

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

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