Header
Sintaxis
<header>...</header>
Ejemplo introductorio
<header>
<h1>Título de la WEB</h1>
</header>
<header>...</header>
<header>
<h1>Título de la WEB</h1>
</header>
<section>...</section>
<section>
<article>
<h2>CONTENIDO PRINCIPAL</h2>
<p>Este es el contenido principal de mi web.</p>
</article>
</section>
<article>...</article>
<article>
<h2>CONTENIDO PRINCIPAL</h2>
<p>Este es el contenido principal de mi web.</p>
</article>
<aside>...</aside>
<aside>
<h3>Testimonios</h3>
<p>Me gusta mucho esta página.</p>
</aside>