HTML5 element test

by medmunds

HTML

<h1>Block elements</h1>
<article>article</article>
<aside>aside</aside>
<details>details</details>
<figcaption>figcaption</figcaption>
<figure>figure</figure>
<footer>footer</footer>
<header>header</header>
<hgroup>hgroup</hgroup>
<nav>nav</nav>
<section>section</section>
<summary>summary</summary>

<h1>Inline elements</h1>
<command>command</command>
<mark>mark</mark>
<time>time</time>

<h1>Inline-block elements</h1>
<meter>meter</meter>
<progress>progress</progress>