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>
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <link rel="stylesheet" href="http://yui.yahooapis.com/3.5.0/build/cssreset/cssreset-min.css">
</head>
<body>
  
  <p><a href="#">Test</a></p>
  
  <div class="radio-toolbar">   
    <label>
      <input type="radio" name="radios" value="male" checked> Male
    </label>
    <label>
      <input type="radio" name="radios" value="female"> Female
    </label>
    <label>
      <input type="radio" name="radios" value="unisex"> Unisex
    </label> 
  </div>
  
  <p><a href="#">Test</a></p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
simevidaspro
0viewers