89
Purpose
Element
Example
A complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in
syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other
independent item of content.
articlep157
A generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading.
sectionp159
A section of a page that links to other pages or to parts within the page: a section with navigation links.
navp162
A section of a page that consists of content that is tangentially related to the content around theasidep165
element, and which could be considered separate
from that content. Such sections are often represented as sidebars in printed typography.
asidep165
A section heading
h1p167
–h6p167
The heading of a section, which consists of all theh1p167
–h6p167
element children of thehgroupp168
element. The element is used to group a set of
h1p167
–h6p167
elements when the heading has multiple levels, such as subheadings, alternative titles, or taglines.
hgroupp168
A group of introductory or navigational aids.
headerp170
<article>
<img src="/tumblr_masqy2s5yn1rzfqbpo1_500.jpg" alt="Yellow smiley face with the caption 'masif'">
<p>My fave Masif tee so far!</p>
<footer>Posted 2 days ago</footer>
</article>
<article>
<img src="/tumblr_m9tf6wSr6W1rzfqbpo1_500.jpg" alt="">
<p>Happy 2nd birthday Masif Saturdays!!!</p>
<footer>Posted 3 weeks ago</footer>
</article>
<h1>Biography</h1>
<section>
<h1>The facts</h1>
<p>1500+ shows, 14+ countries</p>
</section>
<section>
<h1>2010/2011 figures per year</h1>
<p>100+ shows, 8+ countries</p>
</section>
<nav>
<p><a href="/">Home</a>
<p><a href="/biog.html">Bio</a>
<p><a href="/discog.html">Discog</a>
</nav>
<h1>Music</h1>
<p>As any burner can tell you, the event has a lot of trance.</p>
<aside>You can buy the music we played at our <a href="buy.html">playlist page</a>.
</aside>
<p>This year we played a kind of trance that originated in Belgium, Germany, and the Netherlands in the mid 90s.</p>
<h1>The Guide To Music On The Playa
</h1>
<h2>The Main Stage
</h2>
<p>If you want to play on a stage, you should bring one.</p>
<h2>Amplified Music
</h2>
<p>Amplifiers up to 300W or 90dB are welcome.</p>
<hgroup>
<h1>Burning Music</h1>
<h2>The Guide To Music On The Playa</h2>
</hgroup>
<section>
<hgroup>
<h1>Main Stage</h1>
<h2>The Fiction Of A Music Festival</h2>
</hgroup>
<p>If you want to play on a stage, you should bring one.</p>
</section>
<section>
<hgroup>
<h1>Loudness!</h1>
<h2>Questions About Amplified Music</h2>
</hgroup>
<p>Amplifiers up to 300W or 90dB are welcome.</p>
</section>
<article>
<header>
<h1>Hard Trance is My Life</h1>
<p>By DJ Steve Hill and Technikal</p>
</header>
185