tor-browser

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

table-col-span-1.html (233B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4  <table border>
      5    <col span=2 style="background:purple"></col>
      6    <col style="background:blue"></col>
      7    <tr>
      8      <td>x</td>
      9      <td>y</td>
     10      <td>z</td>
     11    </tr>
     12  </table>
     13 </body>
     14 </html>