Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<style type="text/css">
  
table {
    border-collapse: collapse;
}
th, td {
    padding: 10%;
}
  
</style>
<table style="">
  <tr>
    <td>
      Foo
    </td>
    <td>
      Foo
    </td>
    <td>
      Foo
    </td>
  </tr>
  <tr>
    <td>
      Foo
    </td>
    <td>
      Foo
    </td>
    <td>
      Foo
    </td>
  </tr>
  <tr>
    <td>
      Foo
    </td>
    <td>
      Foo
    </td>
    <td>
      Foo
    </td>
  </tr>
</table>
 
if (document.getElementById('hello')) {
  document.getElementById('hello').innerHTML = 'Hello World - this was inserted using JavaScript';
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers