martes, 19 de junio de 2018

Formularios 19/6

<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>

Presentacion

En este blog veran los trabajos y actividades realizados por mi facundo del curso 6to C de la escuela industrial en la materia de laborat...