Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
    <!DOCTYPE html>
    <html>
    <head>
    <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
    <meta charset=utf-8 />
    <title>Hey Test</title>
    </head>
    <body>
        <table>
            <tbody>
                <tr>
                    <td>Cell 0,0</td>
                    <td>Cell 1,0</td>
                    <td>Cell 2,0</td>
                </tr>
                <tr>
                    <td>Cell 0,1</td>
                    <td zataa="123" bbbrowspan="2" cccattr="val" aaacolspan="2">Cell 1,1
                        <br>Cell 2,1
                        <br>Cell 1,2
                        <br>Cell 2,2</td>
                </tr>
                <tr>
                    <td>Cell 0,2</td>
                </tr>
            </tbody>
        </table>
    </body>
    </html>
Output

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

Dismiss x
public
Bin info
dmi3ypro
0viewers