Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
    <head>
        <title>Test</title>
    </head>
    <body>
        <div class="radio">  
                <input id="male" type="radio" name="gender" value="male">  
                <label for="male">Male</label>  
                <input id="female" type="radio" name="gender" value="female">  
                <label for="female">Female</label>  
    </div>  
    </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers