CREANDO FRAMES


CRANDO FRAMES EN UNA PÁGINA WEB

EJERCICIO 1

<!DOCTYPE>
<html>
<head>
<title>Mi primera pagina web;Frames</title>
</head>
<frameset cols="45%;*">
<frame is="frmIzquierdo" name="fm1Izquierdo" scr="pagina2.html"/>
<frame is="frmDerecho" name="fm1Derecho" scr="pagina3.html"/>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>


EJERCICIO 2
<html>
<head>
<title>Ejercicio uno</title>
</head>
<frameset cols="25%,75%">
<frameset rows="*,200">
<frame src="contenidos_de_marco_1.html">
<frame src="contenidos_de_marco_2.gif">
</frameset>
<frame src="contenidos_de_marco_3.html">
</frameset>
</html>

No hay comentarios:

Publicar un comentario