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 codess to place special symbols in your Web pages.

  

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

< &lt;

> &gt;

& &amp;

" &quot;

Registered TM &#174;

Registered TM &reg;

Copyright &#169;

Copyright &copy;

Non-Breaking Space &nbsp

 

Note

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

 

Related topics

Using colors and backgrounds in HTML documents

HTML tags

Including forms in HTML documents