tor-browser

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

table-col-span-1-ref.html (268B)


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