1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Fonts > <FONT ...>

Attribute for <FONT ...>
SIZE =integer

Usage Recommendation
Moving to Styles
This effect is done better with styles. See Break the <FONT> Habit

This information is presented for the sake of completion and historical accuracy. Don't use the <FONT ...> tag. It will make your life difficult. See Break the <FONT> Habit for an easy tutorial on styles. If you would like to learn how to set font sizes, see Font Size.

SIZE sets the size of the font. SIZE can have a value of 1 to 7, or -2 to +4. 3 indicates the "normal" size. The plus and minus values indicate a relative size to the current size.

this code produces this
<FONT SIZE=1>hi there</FONT> hi there
<FONT SIZE=2>hi there</FONT> hi there
<FONT SIZE=3>hi there</FONT> hi there
<FONT SIZE=4>hi there</FONT> hi there
<FONT SIZE=5>hi there</FONT> hi there
<FONT SIZE=6>hi there</FONT> hi there
<FONT SIZE=7>hi there</FONT> hi there
<FONT SIZE="-2">hi there</FONT> hi there
<FONT SIZE="-1">hi there</FONT> hi there
<FONT SIZE="+1">hi there</FONT> hi there
<FONT SIZE="+2">hi there</FONT> hi there
<FONT SIZE="+3">hi there</FONT> hi there
<FONT SIZE="+4">hi there</FONT> hi there

<FONT COLOR="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com