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>
<div class="table-wrapper table-wrapper--no-scroll table-wrapper--row-header-border table-wrapper--no-cell-wrapping">
  <table>
    <thead>
      <tr>
        <td rowspan="2">&nbsp;</td>
          <th colspan="3" scope="colgroup" class="table-wrapper--no-top-border">Admissions Top Heading</th>
      </tr>
      <tr>
          <th scope-"col" class="table-wrapper--no-top-border">one</th>
          <th scope-"col" class="table-wrapper--no-top-border">two</th>
          <th scope-"col" class="table-wrapper--no-top-border">three</th>
          <th scope-"col" class="one">four</th>
          <th scope-"col" class="one">five</th>
          <th scope-"col" class="one">six</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <th scope="row">March 2016</th>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
      </tr>
      <tr>
        <th scope="row">April 2016</th>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
      </tr>
      <tr>
        <th scope="row">May 2016</th>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
        <td>###</td>
      </tr>
    </tbody>
  </table>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
caraclarkepro
0viewers