Combining It All

Here are some examples combining font color, size, and face attributes together, along with the accomanying markup:

Color=blue, size=+2, typeface=Geneva
<font color="#0000FF" size="+2" face="Geneva, Arial, Helvetica, sans-serif">

Color=brown, size=-1, typeface=Verdana
<font color="#CC6600" size="-1" face="Verdana, Arial, Helvetica, sans-serif">

Color=violet, size=2, typeface=Arial
<font color="#9999FF" size="2" face="Arial, Helvetica, sans-serif">

Color=aqua, size=2, typeface=Georgia
<font color="#006666" size="3" face="Georgia, Times New Roman, Times, serif">

Now, your assignment is to pick a font size and face combination and apply to YOUR web site. Be consistent: apply the same font to all of the pages in your site! Remember, to close the font tag! The face attribute does NOT work in the body tag, so you need to get a little deeper into the code!