tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

573322-quirks.html (551B)


      1 <style>
      2 div { background: green; border: solid blue; width: 100px; height: 100px; }
      3 </style>
      4 <table border=1 width=50%>
      5 <tr>
      6 <td align=left><div></div>left
      7 </table>
      8 <table border=1 width=50%>
      9 <tr>
     10 <td align=justify><div></div>justify
     11 </table>
     12 <table border=1 width=50%>
     13 <tr>
     14 <td align=right><div></div>right
     15 </table>
     16 <table border=1 width=50%>
     17 <tr>
     18 <td align=center><div></div>center
     19 </table>
     20 <table border=1 width=50%>
     21 <tr>
     22 <td align=middle><div></div>middle
     23 </table>
     24 <table border=1 width=50%>
     25 <tr>
     26 <td align=absmiddle><div></div>absmiddle
     27 </table>