Using special characters in HTML documents

You may need to use certain symbols that require special codes in HTML to appear properly in Web pages. Use these codes to place special symbols in your Web pages.

 

< &lt;

> &gt;

& &amp;

" &quot;

Registered TM &#174;

Registered TM &reg;

Copyright &#169;

Copyright &copy;

Non-Breaking Space &nbsp

Special Character &?; (where ? is the ISO 8859-1 code)

 

 

Note

The letters in the character strings must all be in the same letter case.