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>
  <tr>
    <td>
      <span>one</span>
      <span>two</span>
    </td>
    <td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsum, quos.</td>
    <td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa quasi autem asperiores cumque voluptas tempora impedit recusandae delectus molestiae voluptatibus!</td>
  </tr>
</table>
</body>
</html>
 
span {
  display: block;
}
td {
  width: 33%;  
  border: 1px solid black;
}
Output

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

Dismiss x
public
Bin info
tilonorrincopro
0viewers