Practica2
Radio
<html>
<Head>
<body>
<Form Action= "Pagina2.php" method= "post">
edad
<br>
<input type= "text" name = "edad " >
<br>
<input type= "radio" name="radio1" value= "hombre">masculino
<input type= "radio" name="radio1" value="mujer" >femenino
<br>
<input type="submit" name="enviar" >
</FORM>
</Body>
</Html>
No hay comentarios:
Publicar un comentario