tor-browser

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

border-collapse-offset-002-ref.xht (481B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
      2 <style type="text/css">
      3 td {width: 100px; text-align:center}
      4 caption {border:solid 4px green}
      5 
      6 </style>
      7 </head>
      8 
      9 <body>
     10 
     11 
     12 <table cellpadding="0" cellspacing="0"><caption>caption</caption>
     13   <tbody><tr>
     14     <td style="border:solid 4px orange; width:102px; height:32px">cell 1</td>
     15   </tr>
     16 </tbody></table>
     17 
     18 
     19 </body></html>