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 {border-collapse:collapse;}
  table td {width:25px;height:25px;border:solid 1px black;margin:0;padding:0;}
  .fill {background-color:red;width:55px;height:25px;display:block;}
  .first {border-radius:10px 0 0 10px;}
  .last {border-radius:0 10px 10px 0;}
</style>
</head>
<body>
  <table>
    <tr>
      <td></td>
      <td></td>
      <td class="fill"></td>
      <td class="fill last"></td>
    </tr>
    <tr>
      <td></td>
      <td></td>
      <td></td>
      <td></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