Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Pinturas</title>

<link rel="stylesheet" href="pinturas2.css">


</head>

<body>

<header id="main-header">

<a id="logo-header" href="#">


<span class="site-name">Pinturas </span>
<span class="site-desc">Pintores / Mayores obras de arte / Mas
bonitos</span>
</a> <!-- / #logo-header -->

<nav>
<ul>
<li><a href="#">Inicio</a></li>
<li><a href="#">Pintores</a></li>
<li><a href="#">Arte</a></li>
</ul>
</nav><!-- / nav -->

</header><!-- / #main-header -->

<section id="main-content">

</body>
</html>

You might also like