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>
</head>
<body>
<div id=a>
    <div>Some buttons in an auto-height box</div>
    <button>Press the tab key</button><br>
    <button>to</button><br>
    <button>move</button><br>
    <button>the focus</button><br>
    <button>between them</button>
    <div><strong>DO NOT PRESS THE LAST ONE.</strong></div>
</div>
<div id=b>
    <div>Some buttons in an overfilled box</div>
    <button>Press the tab key</button><br>
    <button>to</button><br>
    <button>move</button><br>
    <button>the focus</button><br>
    <button>between them.</button><br>
    <div><strong>DO NOT PRESS THE LAST ONE.</strong></div>
</div>
    </body></html>
Output

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

Dismiss x
public
Bin info
frivoalpro
0viewers