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>
  <tbody>
    <tr>
      <td>
        <div class="editableCellDiv" id="div1">Cell 1</div>
          <input value="Cell 1" class="cellInput hidden" id="input1">
          </input>
        </td>
      <td class="editableCell">Cell 2</td>
      <td class="editableCell">Cell 3</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
micbuffapro
0viewers