![Cool](http://static.forosdelweb.com/fdwtheme/images/smilies/cool.png)
| |||
Te referieres a esto:
Código:
<html> <head> <title>Boton</title> </head> <body> <input type="radio" value="V1" name="R1" checked> Opción 1>br> <input type="radio" value="V2" name="R1"> Opción 2<br> <input type="radio" value="V3" name="R1"> Opción 3<br> <input type="radio" value="V4" name="R1"> Opción 4<br> </body> </html> |