Sunday, September 07, 2008

HTML Lesson: Zero

To help you improve your html skills today we are going to cover characters with slashes through them.

First is the capital letter "O" the code for it looks like this: Ø When rendered it looks like this: Ø

Second is the small letter "o" the code for it looks like this: ø When rendered it looks like this: ø

Third is one of my favorites, the symbol for the empty set. The code for it looks like this: ∅ When rendered it looks like this:

Typical usage:
Øbama - Øbama
øbama - øbama
∅bama  - ∅bama

If you want to teach some one how to make a ∅bama you can use this code: &empty&#59;bama

For a whole table of special character codes visit here.

Cross Posted at Classical Values