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