Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
  
  
   <h2 class="target" id="tables-bordered">Example</h2>
  <table class="table">
     <thead>
      <tr>
       <th>#</th>
       <th>First Name</th>
       <th>Last Name</th>
       <th>Username</th>
      </tr>
     </thead>
     <tbody>
      <tr>
       <td rowspan="2">1</td>
       <td>Mark</td>
       <td>Otto</td>
       <td>@mdo</td>
      </tr>
      <tr>
       <td>Mark</td>
       <td>Otto</td>
       <td>@TwBootstrap</td>
      </tr>
      <tr>
       <td>2</td>
       <td>Jacob</td>
       <td>Thornton</td>
       <td>@fat</td>
      </tr>
      <tr>
       <td>3</td>
       <td colspan="2">Larry the Bird</td>
       <td>@twitter</td>
      </tr>
     </tbody>
    </table>
   <h2 class="target" id="tables-bordered">Bordered table</h2>
   <p>Add <code>.table-bordered</code> for borders on all sides of the table and cells.</p>
  <table class="table table-bordered">
     <thead>
      <tr>
       <th>#</th>
       <th>First Name</th>
       <th>Last Name</th>
       <th>Username</th>
      </tr>
     </thead>
     <tbody>
      <tr>
       <td rowspan="2">1</td>
       <td>Mark</td>
       <td>Otto</td>
       <td>@mdo</td>
      </tr>
      <tr>
       <td>Mark</td>
       <td>Otto</td>
       <td>@TwBootstrap</td>
      </tr>
      <tr>
       <td>2</td>
       <td>Jacob</td>
       <td>Thornton</td>
       <td>@fat</td>
      </tr>
      <tr>
       <td>3</td>
       <td colspan="2">Larry the Bird</td>
       <td>@twitter</td>
      </tr>
     </tbody>
    </table>
  
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
carasmopro
0viewers