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>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
table.listTable tr  td       {     border:1px solid red;       } 
   table.listTable table tr td{     border:none;       } 
  </style>
</head>
<body>
<table class="listTable">       <tr>     <td>       left     </td>      <td>       <table style="width:100%;">         <tr>           <td>         1           </td>           <td>         2           </td>         </tr>       </table>     </td>      <td>       right     </td>       </tr>       <tr>     <td>       left     </td>     <td>       doubles     </td>     <td>       right     </td>       </tr>     </table> 
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers