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 class="tabs">
      <ul>
        <li><a href="#content1">Tab 1</a></li>
        <li><a href="#content2">Tab 2</a></li>
        <li><a href="#content3">Tab 3</a></li>
      </ul>
    </div>
    <div class="content content1">
      <h1>One</h1>
      <p>Content goes here</p>
    </div>
    <div class="content content2">
      <h1>Two</h1>
      <p>Content goes here</p>
    </div>
    <div class="content content3">
      <h1>Three</h1>
      <p>Content goes here</p>
    </div>
    <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
shakdanielpro
0viewers