jueves, 20 de junio de 2019

Operativizando Frame en html 5


Entrada Html:
<!doctype html>
<html lang="es">
<head>
<meta chasrset=UTF-8>
<title>Crear Marcos</title>
</head>
<frameset rows="18%,*"frameborder="yes" bordercolor="#333"
marginwidth="10%" marginheigth="10%" scrolling="yes">
<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.html" name="der"></frame>
</frameset>
</frameset>
</html>


No hay comentarios.:

Publicar un comentario