Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
<div id="container" style="border: 3px solid black;">
    <div id="left" style="border: 2px solid #008000;">Left</div>
    <div id="right" style="border: 2px solid #008000;">Right</div>
    <div id="content">
        <table style="width: 100%; height: 500px; border: 2px solid #F00;" rules="all">
            <tr>
                <td>1 Content goes here</td>
                <td>2 Content goes here</td>
                <td>3 Content goes here</td>
            </tr>
            <tr>
                <td>4 Content goes here</td>
                <td>5 Content goes here</td>
                <td>6 Content goes here</td>
            </tr>
        </table>
    </div>
</div>  
</body>
</html>
Output

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

Dismiss x
public
Bin info
carasmopro
0viewers