Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <style>
  table.table { 
    margin-left: auto; 
    margin-right: auto;
    border: 1px solid black; 
    line-height: 1.25;
    width: 90%;
    text-align: center; 
    border-spacing: 0px 1px; 
    border-collapse: collapse;
    table-layout:fixed;
}
table.table th { 
    border: 1px solid black;
    line-height: 1;
    padding: 7px;
    background-color: #dddddd;
    text-align:center;
}
table.table td { 
    border: 1px solid black; 
    padding: 5px;
}
  </style>
</head>
<body>
  <table class="table">
    <tr>
      <th>123</th>
      <th>456</th>
      <th>789</th>
    </tr>
    <tr>
      <td>
        gefihfurererere
      </td>
      <td>
        gefihfufuwihfi
      </td>
       <td>
        gefihfufuwihfi
      </td>
    </tr>
    <tr>
      <td>
        gefihfufuwihfi
      </td>
      <td>
        gefihfufuwihfi
      </td>
       <td>
        gefihfufuwihfi
      </td>
    </tr>
    <tr>
      <td>
        gefihfufuwihfi
      </td>
      <td>
        gefihfufuwihfi
      </td>
       <td>
        gefihfufuwihfi
      </td>
    </tr>
  </table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers