<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>&
<tr><td>
&ample        <td>&le
<tr><td>
&not;        <td>¬
<tr><td>
&not        <td>¬
<tr><td>
&notat        <td>¬at
<tr><td>
&notin;        <td>∉
<tr><td>
&notin        <td>¬in
<tr><td>
&notina        <td>¬ina
<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="< &le &ge >">
</body>