tor-browser

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

203-isvalid.xhtml (229B)


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