<html>
<head>
<title> Formularios</title>
</head>
<body>
<form action="registrardatos.php" method="post">
Ingrese su nombre:
<input type ="text" name="Nombre" size=20>
<br>
Seleccione su nivel de estudio:
<select name="Nivel de Estudio"> <br>
<option value="1">Primario</option>
<option value="2">Secundario</option>
<option value="3">Universitario</option>
</select>
<br>
Seleccione carrera:
<br><input type="checkbox" name="estudios" value="1">Programacion<br>
<input type="checkbox" name="estudios" value="2">Analista de Sistemas<br>
<input type="checkbox" name="estudios" value="3">Mecatronica<br>
Comentario<br>
<textarea Name="Comentario" rows="5" cols="60"> </textarea>
<input type="submit" value ="Enviar"><br>
</form>
</body>
</html>
No hay comentarios:
Publicar un comentario