<article><aside><details><figcaption><figure><footer><header><main><mark><nav><section><summary><time>
HTML5 <section> Element
<section>
<h1>WWF</h1>
<p>The World Wide Fund for Nature (WWF) is….</p>
</section> »
HTML5 <article> Element
Example
<article>
<h1>What Does WWF Do?</h1>
<p>WWF’s mission is to stop the degradation of our planet’s natural environment,
and build a future in which humans live in harmony with nature.</p>
</article>
HTML5 <header> Element
Example
<article>
<header>
<h1>What Does WWF Do?</h1>
<p>WWF’s mission:</p>
</header>
<p>WWF’s mission is to stop the degradation of our planet’s natural environment,
and build a future in which humans live in harmony with nature.</p>
</article>
HTML5 <footer> Element
Example
<footer>
<p>Posted by: Hege Refsnes</p>
<p>Contact information: <ahref="mailto:someone">
someone</a>.</p>
</footer>
HTML5 <nav> Element
Example
<nav>
<ahref="/html/">HTML</a>|
<ahref="/css/">CSS</a> |
<ahref="/js/">JavaScript</a> |
<ahref="/jquery/">jQuery</a>
</nav
HTML5 <aside> Element
Example
<p>My family and I visited The Epcot center this summer.</p>
<aside>
<h4>Epcot Center</h4>
<p>The Epcot Center is a theme park in Disney World, Florida.</p>
</aside>
HTML5 <figure> and <figcaption> Elements
Example
<figure>
<imgsrc="pic_mountain.jpg"alt="The Pulpit Rock"width="304"height="228">
<figcaption>Fig1. – The Pulpit Rock, Norway.</figcaption>
</figure>
