Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<div id=example-cal>
    <button>previous week</button>
    <table>
        <col><col><col><col><col><col><col>
        <thead><tr><td><th>M<th>T<th>W<th>T<th>F<th>S<th>S
            <tbody>
                <tr><td>0-6<td><td><td><td><td><td><td><a href="#foo">Foo</a>
                <tr><td>6-9<td><a href="#bar">Bar</a><td><td><td><td><td><td>
                <tr><td>9-12<td><td><td><td><td><td><td>
                <tr><td>12-18<td><td><td><td><td><td><td>
                <tr><td>18-21<td><td><td><td><td><td><td>
                <tr><td>21-24<td><td><td><td><td><td><a href="#baz">Baz</a><td>
    </table>
    <button>next week</button>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
frivoalpro
0viewers