CLASE5: Insertando Color en los Marcos
Marco superior:
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset=UTF-8>
</head>
<body bgcolor="yellow">
<center><h2>Computo 2019</h2></center>
</body>
</html>
Marco izquierdo:
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset=UTF-8>
</head>
<body bgcolor="red">
<nav><h1> Menu dentro de un marco</h1>
<li><a href="derecho.html" target="der">inicio</a></li>
<li><a href="C:\Users\Andrea\Pictures\Saved Pictures/deadpool 2 cuadro.jpg" target="der"> cuadro</a></li>
<center><h2>computo 2019</h2></center>
</ul>
</nav>
</body>
</html>
No hay comentarios:
Publicar un comentario