Special Characters

Since <, > and & have special meaning in HTML, you can't use these characters to represent themselves. Insead, you need to use the so called "special characters to represent them. For example, you have to have a less that sign appear in your document you need to use "&lt" to represent it.