ASCII Entities with new Entity Names
<table class="ex" border="1" cellspacing="0" width="100%">
<tbody><tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>"</td>
<td>quotation mark</td>
<td>&quot;</td>
<td>&#34;</td>
</tr>
<tr>
<td>'</td>
<td>apostrophe </td>
<td>&apos; (does not work in IE)</td>
<td>&#39;</td>
</tr>
<tr>
<td>&</td>
<td>ampersand</td>
<td>&amp;</td>
<td>&#38;</td>
</tr>
<tr>
<td><</td>
<td>less-than</td>
<td>&lt;</td>
<td>&#60;</td>
</tr>
<tr>
<td>></td>
<td>greater-than</td>
<td>&gt;</td>
<td>&#62;</td>
</tr>
</tbody></table>
Related examples in the same category