Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[e] (0) <hx> examples.
git-svn-id: http://svn.whatwg.org/webapps@3801 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
rank, the <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> element has the lowest rank, and two | ||
elements with the same name have equal rank.</p> | ||
|
||
<div class=example> | ||
|
||
<p>These two snippets are equivalent:</p> | ||
|
||
<pre><h1>Let's call it a draw(ing surface)</h1> | ||
<h2>Diving in</h2> | ||
<h2>Simple shapes</h2> | ||
<h2>Canvas coordinates</h2> | ||
<h3>Canvas coordinates diagram</h3> | ||
<h2>Paths</h2></pre> | ||
|
||
<pre><section> | ||
<h1>Let's call it a draw(ing surface)</h1> | ||
<section> | ||
<h1>Diving in</h1> | ||
</section> | ||
<section> | ||
<h1>Simple shapes</h1> | ||
</section> | ||
<section> | ||
<h1>Canvas coordinates</h1> | ||
<section> | ||
<h1>Canvas coordinates diagram</h1> | ||
</section> | ||
</section> | ||
<section> | ||
<h1>Paths</h1> | ||
</section> | ||
</section></pre> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<h4 id=the-hgroup-element><span class=secno>4.4.7 </span>The <dfn><code>hgroup</code></dfn> element</h4> | ||
|
rank, the <code>h6</code> element has the lowest rank, and two | ||
elements with the same name have equal rank.</p> | ||
|
||
<div class="example"> | ||
|
||
<p>These two snippets are equivalent:</p> | ||
|
||
<pre><h1>Let's call it a draw(ing surface)</h1> | ||
<h2>Diving in</h2> | ||
<h2>Simple shapes</h2> | ||
<h2>Canvas coordinates</h2> | ||
<h3>Canvas coordinates diagram</h3> | ||
<h2>Paths</h2></pre> | ||
|
||
<pre><section> | ||
<h1>Let's call it a draw(ing surface)</h1> | ||
<section> | ||
<h1>Diving in</h1> | ||
</section> | ||
<section> | ||
<h1>Simple shapes</h1> | ||
</section> | ||
<section> | ||
<h1>Canvas coordinates</h1> | ||
<section> | ||
<h1>Canvas coordinates diagram</h1> | ||
</section> | ||
</section> | ||
<section> | ||
<h1>Paths</h1> | ||
</section> | ||
</section></pre> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<h4>The <dfn><code>hgroup</code></dfn> element</h4> | ||
|