Fonts
In this section we'll talk about setting the fonts in your page: making them bigger, smaller, bolder, and different colors. Fonts are one of the most important visual elements of your page and if you're like most web designers you'll want to set a few fonts in every page.
Unfortunately, fonts have had a way of taking over the code in your page. Attempts to set fonts with the notorious <FONT ...>
tag has resulted in bloated difficult code.
Break the <FONT> Habit, a tutorial starting on the next page, will make your life easier. It will help you break out of the old bad ways and move on to easier, simplified font techniques.