tor-browser

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

203-novalid.xhtml (254B)


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