aqui lo que hicimos fue enlazar nuestra pagina web a una imagen para qu esta imagen aparezca en la nuestra de diferente tamaño

y asu vez que nos llevara a una pagina que quisieramos. el block de notas que ocupe fue el siguiente:

<html>
 <head>
 </head>
  <img src=»1.jpg»/>
</body>
</html>

 

<html>
 <head>
 </head>
  <img src=»1.jpg»/width=»125″height=»125″>
</body>
</html>

 

<html>
 <body>
  Gracias por visitar mi p{agina. <br>
  <p></p>
 <a href=»mailto:yo@hotmail.com«>
 Envie un mensaje al creador de esta web</a>
 </body>
</html>

 

<html>
 <body>
  Gracias por visitar mi pagina<br>
  <a href=»http://www.ipn.mx«>
  <img src =»1.JOG=width»125″height=»125″/>
<img src =»1.JPG» alt=»IPN»>
  </a>
  </body>

 

<html>
<body>
<table>
<tr>
 <td>Celda 1</td>
 <td>Celda 2</td>
</tr>
 <tr>
  <td> Celda 3</td>
  <td> Celda 4</td>
 </tr>
</table>
</body>
</html>

 Tambien se aprendio a realizar una tabla con la anterior informacion


 </html>