tor-browser

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

201-isvalid.xhtml (212B)


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