CLASE 4: Insertando Marcos en HTML5
<!DOCTYPE html>
<html lang="es">
<head><meta charset=UTF-8>
<title>Crear Marcos</title>
</head>
<frameset rows="18%,*" frameborder="yes" bordercolor="#444" marginwidth="10%" marginheight="10%" scrolling="no">
<frame src="superior.html" name="sup">
</frame><frameset cols="20%,*" frameborder="yes" bordercolor="#333" marginwidth="10%" marginheight="10%" scrolling="yes">
<frame src="izquierdo.html" name="izq">
</frame><frame src="derecho.hmtl.html" name="der">
</frame>
</frameset><frameset rows="18%,*" frameborder="yes" bordercolor="#444" marginwidth="10%" marginheight="10%" scrolling="no">
<frame src="superior.html" name="sup"></frame><frameset cols="20%,*" frameborder="yes" bordercolor="#333" marginwidth="10%" marginheight="10%" scrolling="yes">
<frame src="izquierdo2.html" name="izq"></frame><frame src="derecho.hmtl.html" name="der">
</frame>
</frameset>
No hay comentarios:
Publicar un comentario