The & command, you ask? Yes, the & (ampersand) command. There are a couple of characters that HTML uses specifically in it's commands. Every command begins with a < sign and ends with a > sign. These are reserved for HTML. To avoid confusion and still allow you to present these characters, the & command was created. Just as your browser reads between the < and > signs of each command, it also reads between the & and ; sign. Here are some examples.
Character |
HTML Code |
& |
& |
< |
< |
> |
> |
" |
" |
Special HTML Characters:
The & command allows you to make the characters reserved by HTML and it also allows you to make all kinds of special characters that are not found on your keyboard. Here are some examples. I know you will want to write these down.
Character |
HTML Code |
Non-Breaking
Space |
|
© |
© |
Here are some which may or may not work, depending on your browser.
Character |
HTML Code |
® |
® |
± |
± |
° |
° |
¢ |
¢ |
£ |
£ |
¥ |
¥ |
¼ |
¼ |
½ |
½ |
¾ |
¾ |