Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  
  <head>
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  
  <body>
    <table class="t_group" style="width:500px">
      <tbody>
        <tr>
          <td>
            <img height="24" widht="24" src="//placehold.it/24x24"/> First cell
          </td>
          <td>
            Last cell
          </td>
        </tr>
      </tbody>
    </table>
  </body>
  
</html>
 
table.t_group {
  border: 2px solid black;
  margin: 0 auto;
}
table img{
  vertical-align:top;
}
table.t_group > tbody > tr > td {
  vertical-align: top;
}
Output

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

Dismiss x
public
Bin info
roXonpro
0viewers