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="welcome-gender"> 
            <input class="male" name="gender" type="radio" value="male" id="male-one">
        <label for="male-one">Male One</label>  
        
        
            <input class="female" name="gender" type="radio" value="female" id="female-one">
        <label for="female-one">Female One</label>
        </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
misterManSampro
0viewers