Elabore un sitio web en el cual se presente por medio de
marcos 2 vínculos los que tendrán que ser encaminados hacia un marco principal.
parte 1 colores
<html>
<head>
<meta http-equiv="Content-Language" content="es-ec">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>COLORES</title>
<base target="inferiord">
</head>
<body>
<div style="background-color: #00FFFF">
<p align="center"><font size="7" color="#FF00FF">COLORES</font></div>
</body>
</html>
parte2 rojo y azul
<html>
<head>
<meta http-equiv="Content-Language" content="es-ec">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>ROJO</title>
<base target="superiord">
</head>
<body bgcolor="#FF66FF">
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><font size="7" color="#FF0000">
<a target="inferiord" href="ROJO.htm"><font color="#FF0000">ROJO</font></a>
</font></p>
<p align="center"> </p>
<p align="center"><a target="inferiord" href="AZUL.htm">
<font size="7" color="#0000FF">AZUL</font></a></p>
</body>
</html>
parte 3 menu de colores
<html>
<head>
<meta http-equiv="Content-Language" content="es-ec">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pagina nueva 5</title>
<base target="_self">
</head>
<body bgcolor="#C0C0C0">
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><b><font size="7" color="#008080">MENÚ DE COLORES </font></b>
</p>
<p align="center"> </p>
</body>
</html>
Todo
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>Pagina nueva 2</title>
</head>
<frameset cols="150,*">
<frame name="izquierdo" scrolling="no" noresize target="superiord" src="../../Elizabeth%20Ulloa%20&%20Yaritza%20Quintero/COLORES%201.htm">
<frameset rows="20%,*">
<frame name="superiord" target="inferiord" src="COLORES%202.htm">
<frame name="inferiord" src="COLORES%203.htm" target="_self">
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>

No hay comentarios.:
Publicar un comentario