Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <table>
    <thead>
      <tr>
        <th>aaa</th>
        <th>bbb</th>
        <th>ccc</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>ddd</td>
        <td>eee</td>
        <td>fff</td>
      </tr>
      <tr>
        <td>ggg</td>
        <td>hhh</td>
        <td>iii</td>
      </tr>
    </tbody>
  </table>
</body>
</html>
 
table{
    border-collapse: separate;
/*   border-collapse: collapse; */
    background-color: white;
    border-spacing:36px 0px;
  
}
td, th{
    border-left: 1px solid black;
    border-right: 1px solid black;
}
tr{
    border-bottom: 1px solid blue;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers