12/11/2002, 09:26
|
| | Fecha de Ingreso: noviembre-2002
Mensajes: 249
Antigüedad: 22 años 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>
|