miércoles, 14 de septiembre de 2016

FORMULARIO HTML

<body>
<form action= “pagina2.php method= “post” >
Nombre
<imput type= “text” name= “texto1” >
<br>
<imput type = “radio” name = “radio1” value= “masc” >
Masculino
<imput type= “radio” name= “radio1” value= “fem” >
Femenino
<br>
<imput type = “submit” value= “enviar” >
<form>

</body> 

No hay comentarios:

Publicar un comentario