HTML Semantic/Non-Semantic Layout Elements

Semantic Elements

<header> </header>

<nav> </nav>

<main> </main>

<section> </section>

<article> </article>

<aside> </aside>

<hgroup> </hgroup>

<mark> </mark>

<time> </time>

<figure> </figure>

<figcaption> </figcaption>

<fotter> </fotter>

<summary> </summary>

<details> </details>

Non-Semantic Elements

<div></div>

<span></span>