In HTML, you can not use the less than or greater than signs. You must use a special syntax to represent these reserved characters in HTML. These symbols are written as Character Entities:
- The less than sign(<): <
- The greater than sign(>): >
-
Other Common Reserved Characters and their Character Entities:
- The non breaking space( ):
- The ampersand(&): &
- The copyright symbo(©): ©
Mon, Jul 6, 2009
Tech Tips