Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<style>
  table {
    border-spacing: 0;
  }
 td {
  padding: 0;
 }
</style>
<table style="height:400px">
  <thead style="background:yellow">
    <tr><td>head</td></tr>
  </thead>
  <tbody style="background:gray">
    <tr><td>body</td></tr>
  </tbody>
  <tbody style="background:#DDD">
    <tr><td>body2</td></tr>
  </tbody>
  <tfoot style="background:green">
    <tr><td>foot</td></tr>
  </tfoot>
</table>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
atoticpro
0viewers