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>
    <select id = "foo">
        <option value = "1">Uno</option>
        <option value = "2">Dos</option>
        <option value = "3">Tres</option>
        <option value = "4">Cuatro</option>
        <option value = "5">Cinco</option>
    </select>
    
    <input type = "radio" name = "orden" value = "asc" /> Ascendente
    <input type = "radio" name = "orden" value = "desc" /> Descendente
</body>
</html>
Output

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

Dismiss x
public
Bin info
Alexis88pro
0viewers