Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/11/2002, 09:26
jordan
 
Fecha de Ingreso: noviembre-2002
Mensajes: 249
Antigüedad: 21 años, 5 meses
Puntos: 0
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>