miércoles, 26 de agosto de 2015

REPASO GENERAL

1. crear una página CON TEMA: LIBRE
2.CREAR UNA CARPETA CON SU NOMBRE
DONDE GUARDARA TODO LOS ARCHIVOS E IMAGENES
3. CREAR EL ARCHIVO INDEX
4. CREAR UN MENÚ CON 4 BOTONES
LOS CUALES SON: INICIO,MISIÓN, GALERIA, CONTACTOS
5. PUEDE CONSULTAR EL BLOG DE CLASE, LA PAGINA DEL
COLEGIO, BUSCAR IMAGENES EN INTERNET.
6. EN GALERIA TRABAJAR: 6 COLUMNAS Y 4 FILAS

EL ANCHO DE LA TABLA PRINCIPAL EN EL INDEX
ES DE 1200

martes, 18 de agosto de 2015

contactos

</html>
<head>
<title>
CONTACTOS
</title>
</head>
<body bgcolor="white">
<center>
<CENTER><form action="mailto:heberhageo@gmail.com" method="post">
NOMBRE:<input type="text" name="NOMBRE"></BR></BR>
CORREO:<input type="text" name="CORREO"></BR></BR>

COMENTARIO:<br> <textarea name="COMENTARIO" rows="10" cols="50">
</textarea>
</br><input type="submit"  value="ENVIAR">

</CENTER>
</form>

</body>



</html>

martes, 4 de agosto de 2015

PORTADA PRINCIPAL

<html>
<title>DISEÑO WEB</title>

<meta charset="utf-8">

<head>

</head>

<body bgcolor="#4682B4">
<table border="0" bgcolor="black" align="center" width="900" >
<tr>
<td>
<CENTER>
<font color="white" font face="arial" zise="4">
DISEÑO COMPUTARIZADO
<BR>
3CALLE 5 AVENIDA 12-34 ZONA 10 TELEFONOS:2343-6789
</CENTER>
</tr>
</td>
<tr>
<td>
<center><img src="imagenes/portada.jpg" height="200" width="900">
</td>
</tr>
<tr>
<td>

<center><h2>

<a href="inicio.html" target="principal"><font color="white" font face="Cooper Std Black" size="4">INICIO</a>
<a href="galeria.html" target="principal"><font color="white" font face="Cooper Std Black" size="4">FOTOSSS</a>
<a href="contacto.html" target="principal"><font color="white" font face="Cooper Std Black" size="4">CONTACTANOS</a>
</center>
</tr>
</td>


</table>

</body>
</html>