tor-browser

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

collapsed-border-remove-row-group-ref.html (320B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS test reference</title>
      4 <style>
      5  table {
      6    border-collapse: collapse;
      7  }
      8 
      9  td {
     10    border-bottom: 10px solid;
     11  }
     12 </style>
     13 <table>
     14  <thead>
     15    <tr>
     16      <td>Something</td>
     17    </tr>
     18  </thead>
     19  <tbody>
     20    <tr>
     21      <td>Body</td>
     22    </tr>
     23  </tbody>
     24 </table>