Está en la página 1de 2

<frameset cols="25%,75%">

<frame src="Menu.html" />

<frame src="Presentacion.html"name="mostrarPractica" />

</frameset>

<html>

<head><title>El menu principal de mi pagina web</title></head>

<body bgcolor="lightblue">

<h2 align="center"><u>Da click en los links:</u></h2>

<a href="presentacion.html"target="mostrarPractica">HOME</a><br><br>

<ol>

<li><a href="http://www.inforosen.blogspot.com/" target="mostrarPractica">Blog del


profe</a></li>

<li><a href="http://brenda.rosenblueth1a.blogspot.com/" target="mostrarPractica">Mi


blog</a></li>

<li><a href="http://www.google.com.mx/" target="mostrarPractica">Buscar en


Google</a></li>

<li><a href="documento.docx" target="mostrarPractica>Un archivo de oficce</a></li>

</ol>
</body>

</html>

<html>

<head><title>Aprendiendo a usar marcos</tile></head>

<body>

<img src="imagenes/cabos.jpg">

<table align="center">

<tr>

<td bgcolor="lightblue"><h1 align="center"><u>PRACTICAS CON FRAME O


MARCOS</u><br><br></td>

</tr>

<tr>

<td><img src="imagenes/costa.jpg"></td>

</tr>

<tr>

<td bgcolor="lightblue"><h1 align="center"><u><i>JOSE CARLOS AGUILERA PAREDES-


1A<br>18/10/2010</i></u></td>

</tr>

</table>

</body>

<html>

También podría gustarte