tor-browser

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

202-novalid.xhtml (258B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <title>Non-Conforming HTML table (Cell 5 overlaps cell 2)</title>
      4 </head>
      5 <body>
      6 <table>
      7 <tr><td>1</td><td rowspan="2">2</td><td>3</td><td>4</td></tr>
      8 <tr><td colspan="2">5</td></tr>
      9 </table>
     10 </body>
     11 </html>