Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<body>
    <main>
        
        <input type="radio" id="see-about" name="nav-tab">
        <label for="see-about">
          About
        </label>
        <article>
            Home Content
        </article>
        
        <input type="radio" id="see-contact" name="nav-tab">
        <label for="see-contact">
          Contact
        </label>
        <article>
            Contact Content
        </article>
        
        <input type="radio" id="see-home" name="nav-tab">
        <label for="see-home">
          Home
        </label>
        <article>
            Home Content
        </article>
        
    </main>
</body>
Output 300px

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

Dismiss x
public
Bin info
togakangaroopro
0viewers