tor-browser

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

205-novalid.xhtml (248B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <title>Conforming HTML table</title>
      4 </head>
      5 <body>
      6 <table>
      7 <col/><col/><col/>
      8 <tr><td rowspan='0'>1</td><td>2</td></tr>
      9 <tr><td rowspan='2'>3</td></tr>
     10 <tr><td>4</td></tr>
     11 </table>
     12 </body>
     13 </html>