<html>
<style>
        table { font-family: fixed}
</style>
<body>
Test of HTML entities in quirky mode:
<table width=200>
<tr><td>
    &amp;amp;        <td>&amp;
<tr><td>
    &amp;amp        <td>&amp
<tr><td>
    &amp;ample        <td>&ample
<tr><td>
    &amp;not;        <td>&not;
<tr><td>
    &amp;not        <td>&not
<tr><td>
    &amp;notat        <td>&notat
<tr><td>
    &amp;notin;        <td>&notin;
<tr><td>
    &amp;notin        <td>&notin
<tr><td>
    &amp;notina        <td>&notina
<tr><td>
    &amp;ge;        <td>&ge;
<tr><td>
    &amp;ge        <td>&ge
<tr><td>
    &amp;gel        <td>&gel
</table>
<br>
Test of entities in attributes:
<input type="text"  value="&lt &le &ge &gt">
</body>