COMO CALIFICARIAS ESTE BLOG?

sábado, 3 de marzo de 2012

TAREA HTML

esta es la interfas que hize yo para la tarea que nos dejo el profesor Mariño

los codigos 

<html>
<head>
<a href="http://www.uan.edu.co/"><img src="C:\Users\FAMILY\Desktop\JAVIER\imagenes/images.jpg" 
alt="UAN"> </a> 
</head>
<body bgcolor="blue" background= "IMG_2226.jpg">
<form method="post"action="C:\Users\FAMILY\Desktop\JAVIER\imagenes\respuesta.html"> 
<title>programa UAN.</title>
<br>
<strong> <h1> <center> FACULTAD DE INGENIERIA </center> </h1></strong>
<br>
<h3> PROGRAMAS </h4>
<br>
<input type="checkbox" name="SISTEMAS"> <strong> SISTEMAS </strong> <br>
<input type="checkbox" name="ELECTRONICA"> <strong> ELECTRONICA </strong> <br>
<input type="checkbox" name="MECANICA"> <strong> MECANICA </strong> <br>
<input type="checkbox" name="INDUSTRIAL"> <strong> INDUSTRIAL </strong> <br>
<h2> <strong> SEDES  </strong> </h2>
<br>
<table>
<tr>
<th scope="col"><h3> SEDE BUGANVILES </h3></th>
<th scope="col"><h3> SEDE ALTICO </h3></th>
</tr>
<tr>
<td><img src="imagenes/buganviles.jpg" alt="pintura geometrica">
</td>
<td><img src="imagenes/altico.jpg" alt="pintura geometrica"></td> <br>
</table>
<h2> <center> DATOS PERSONALES </center> </h2>
<form action= "/registrardatos.php" method= "post">
NOMBRE Y APELLIDO
<input type="text" name="nombre" size="50"><br>
<h3> TIPO DE DOCUMENTO </h3>
<input type="checkbox" name="TARJETA DE IDENTIDAD"> <strong> T.I </strong> <br>
<input type="checkbox" name="CEDULA DE IDENTIDAD"> <strong> C.C </strong> <br>
<input type="checkbox" name="cedula extranjera"> <strong> Cedula extranjera </strong> <br>
<form action= "/registrardatos.php" method= "post">
NUMERO
<input type="text" name="numero" size="50"><br>
<h3> FECHA DE NACIMIENTO </h3>
<form action= "/registrardatos.php" method= "post">
DIA
<input type="text" name="DIA" size="3">
<form action= "/registrardatos.php" method= "post">
MES
<input type="text" name="MES" size="3">
<form action= "/registrardatos.php" method= "post">
AÑO
<input type="text" name="AÑO" size="4">
<br>
<form action= "/registrardatos.php" method= "post">
NUMERO DE CELULAR
<input type="text" name="NUMERO DE CELULAR" size="12">
<br>
<form action= "/registrardatos.php" method= "post">
CORREO
<input type="text" name="CORREO" size="20">
<br>
<form action= "/registrardatos.php" method= "post">
URL
<input type="text" name="URL" size="20">
<br>
<input type="submit" value="hecho">
</form>
</body>
</html>







No hay comentarios:

Publicar un comentario