jueves, 7 de mayo de 2015

contenido de celdas

<html>
<head>
<title>Contenido de celdas</title>
</head>
<body>
<table border=5>
<caption>Tabla de diversos elementos</caption>
<tr>
<th>Dibujos</th><th>link</th><th>Texto</th>
</tr>
<tr>
<td><IMG SRC="hidra.gif" WIDTH=60 HEIGHT=150></TD>
<TD><A HREF="Pagina1.html">Pagina Principal</a></td>
<td>Un texto cualquiera</td>
</tr>
</table>
</body>
</html>

No hay comentarios:

Publicar un comentario