lunes, 17 de junio de 2019

Crear Marcos

<!DOCTYPE html>
<html lang="es">
<head
    <meta charset=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%,*" frame border="yes" bordercolor="#333"
    marginwidth="10%" marginheigth="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