Topics:
» ASP
» HTML
» Stylesheets
» JavaScript
» PHP
» Flash
» More...

Site:
» Forum
» About

HTML Characters

As HTML uses certain chracters for its code, its best to replace them when you want to display them in text with code. Below is a table showing the code you should put when you want to use any of the symbols in your text.

Result Character Code Character Entry
line break    
< &lt; &#60;
> &gt; &#62;
& &amp; &#38;
" &quot; &#34;
'   &#39;
¢ &yen; &#162;
¥ &sect; &#163;
§ &copy; &#165;
® &reg; &#174;
× &times; &#215
÷ &divide; &#247