|
  Fonts & Heading     Face, Color & Size Attributes |
  |
- Face
-
- Color
-
- Absolute Size
-
- Relative Size
-
- All Of These Attributes
<FONT FACE=" " SIZE=" " COLOR=" "> </FONT>
|
|
    There are fonts attributes in addition to face, size, and color. This page
deals only with face and size. Color is discussed on other pages.
Additional font attributes include style, title, class, and id.
    The text markup tags and content-based tags are
also powerful tools for making text appear in a certain way.
    Heading sizes are another tools for sizing text.
    Not all browsers support all fonts.
    Not all fonts are on all machines. Look at the fonts listed in your
word processing application or program for those your machine probably supports.
    Below are samples of font faces. If two appear the same, your machine
does not support the second of the two faces or fonts.
- <font face="arial">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="century schoolbook">
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="comic sans ms">
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="courier">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="elephant">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="gill sans mt">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="matha">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="mathb">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890------->
- <font face="helvetica">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="palatino">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="serif">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="terminal">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
- <font face="AllureSSK">
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
|
- Font size ranges from a small of 1
to a large of 7.
-  
- Size 1
-
<FONT SIZE=1>
- Size 2
-
<FONT SIZE=2>
- Size 3
-
<FONT SIZE=3>
- Size 4
-
<FONT SIZE=4>
- Size 5
-
<FONT SIZE=5>
- Size 6
-
<FONT SIZE=6>
- Size 7
-
<FONT SIZE=7>
|
- This is the basic font size. Using
- + one can make the font size larger and using
- - one can make the font size smaller relative to the base font. 
-  
- This is font size one larger.
-
<FONT SIZE=+1> -  
- This is font size one smaller.
-    
<FONT SIZE=-1> -  
- This is font size two larger.
-    
<FONT SIZE=+2> -  
- This is font size two smaller.
-    
<FONT SIZE=-2> -  
|
Heading sizes range from a large of
1 to a small of 6. |
<H1> </H1> | Size 1 Heading |
<H2> </H2> | Size 2 Heading |
<H3> </H3> | Size 3 Heading |
<H4> </H4> | Size 4 Heading |
<H5> </H5> | Size 5 Heading |
<H6> </H6> | Size 6 Heading |