HTML and CSS Reference
In-Depth Information
Figure 3-2. <article /> element (highlighted in gray) in relation to elements found in a mobile web
site document
Listing 3-1. Proposed Structure of an Article in HTML5
<article>
<header>
<h1>Article Title</h1>
<p>
Created by Daniel Carpenter on
<time pubdate="2012-03-15">March 15<sup>th</sup> 2012</time>
</p>
</header>
 
Search WWH ::




Custom Search