Você está na página 1de 4

HTML

Desarrolle una pgina HTML con una tabla con 5 filas y 2 columnas. Todas
alineadas al centro y que cada celda tenga una imagen. Finalmente comprima sus
archivos en un Winrar y enva tu archivo a travs de este medio.
Para el desarrollo de la actividad se utiliz el programa ADOBE
DREAMWEAVER
1.- CODIGOS
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin ttulo</title>
</head>
<body bgcolor="#0033FF"" text="#FFFFFF">
<center>
<h1>Galeria de Imagenes</h1>
<hr/>
<table width="350" align="center" border="5">
<tr>
<td align="center"><img src="Imagenes/mundo tecnologico.jpg" width="161"
height="80" alt="Img01">
<td align="center"><img src="Imagenes/celulares.jpg" width="152"
height="81" alt="Img02"></tr>
<tr>
<td align="center"><img src="Imagenes/camara.jpg" width="162"
height="88" alt="Img01">
<td align="center"><img src="Imagenes/computadora.jpg" width="152"
height="88" alt="Img02">
</tr>
<tr>

<td align="center"><img src="Imagenes/Equipo de sonido.jpg" width="162"


height="87" alt="Img01">
<td align="center"><img src="Imagenes/filmadora.jpg" width="152"
height="87" alt="Img02">
</tr>
<tr>
<td align="center"><img src="Imagenes/impresora.jpg" width="162"
height="85" alt="Img01">
<td align="center"><img src="Imagenes/laptop.jpg" width="152"
height="86" alt="Img02"></tr>
<tr>
<td align="center"><img src="Imagenes/tablet.jpg" width="162" height="84"
alt="Img01">
<td align="center"><img src="Imagenes/televisor.jpg" width="152"
height="85" alt="Img02">
</tr>
</table>
</center>
</body>
</html>

2.- CAPTURA DE IMAGENES


CDIGO

DIVIDIR

DISEO

Você também pode gostar