HTML Character Codes
In order to validate your HTML pages, certain characters will need to be encoded. For this, you must use the proper HTML character code. Below is a table containing some of those characters and the code you should use in your script.
| Character | Code | Character | Code | |
| & | & | À | À | |
| < | < | Á | Á | |
| > | > | Â | Â | |
| © | © | Ä | Ä | |
| ™ | ™ | Ç | Ç | |
| ® | ® | ¶ | ¶ | |
| « | « | Þ | Þ | |
| » | » | Ø | Ø | |
| – | – | ß | ß | |
| — | — | ÷ | ÷ | |
| ¹ | ¹ | × | × | |
| ² | ² | æ | æ | |
| ³ | ³ | ¿ | ¿ | |
| ¼ | ¼ | ¡ | ¡ | |
| ½ | ½ | Ð | Ð | |
| ¾ | ¾ | ° | ° |
The accented letters all work the same, just replace the first letter in the code to the letter you wish to use.


