Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Form exaple</title>
</head>
<body>
  <table class="t1">
    <tbody>
      <tr>
        <th>first Name</th>
        <th>last Name</th>
        <th>points</th>
      </tr>
      <tr>
        <td>jill</td>
        <td>smith</td>
        <td>50</td>
      </tr>
      <tr>
        <td>eve</td>
        <td>johnson</td>
        <td>67</td>
      </tr>
      <tr>
        <td>adam</td>
        <td>johnson</td>
        <td>67</td>
      </tr>
      <tr>
        <td>bo</td>
        <td>nilsson</td>
        <td>50</td>
      </tr>
      <tr>
        <td>mike</td>
        <td>ross</td>
        <td>35</td>
      </tr>
    </tbody>
  </table>
  <table class="t2">
  <tbody>
    <tr>
      <th>first Name</th>
      <th>last Name</th>
      <th>points</th>
    </tr>
    <tr>
      <td>jill</td>
      <td>smith</td>
      <td>50</td>
    </tr>
    <tr>
      <td>eve</td>
      <td>johnson</td>
      <td>67</td>
    </tr>
    <tr>
      <td>adam</td>
      <td>johnson</td>
      <td>67</td>
    </tr>
    <tr>
      <td>bo</td>
      <td>nilsson</td>
      <td>50</td>
    </tr>
    <tr>
      <td>mike</td>
      <td>ross</td>
      <td>35</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
kylewhpro
0viewers