Respuesta: Juguemos a Diagramar 1 Cita: <header>
<h2>Le Logo</h2>
<nav>Menú</nav>
</header>
<article>
<h1>Las flores más lindas</h1>
<p>Texto y texto</p>
</article>
<figure><img src="Foto" alt="Las flores más lindas"></figure>
<aside>
<div>Anuncio 1</div>
<div>Anuncio 2</div>
<div>Anuncio 3</div>
</aside>
<footer>
<p><a href="tel:+55 555 555"></a>(55) 555 555</p>
<aside>Social</aside>
</footer> |