Skip to content

Commit

Permalink
[e] (0) Example of <section> use without <article>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4029 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent b243875 commit 0f343ad
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
53 changes: 53 additions & 0 deletions index
Expand Up @@ -13031,6 +13031,59 @@ not-slash = %x0000-002E / %x0030-10FFFF

</div>

<div class=example>

<p>Here is a graduation programme with two sections, one for the
list of people graduating, and one for the description of the
ceremony.</p>

<pre>&lt;!DOCTPE Html&gt;
&lt;Html
&gt;&lt;Head
&gt;&lt;Title
&gt;Graduation Ceremony Summer 2022&lt;/Title
&gt;&lt;/Head
&gt;&lt;Body
&gt;&lt;H1
&gt;Graduation&lt;/H1
&gt;&lt;Section
&gt;&lt;H1
&gt;Ceremony&lt;/H1
&gt;&lt;P
&gt;Opening Procession&lt;/P
&gt;&lt;P
&gt;Speech by Validactorian&lt;/P
&gt;&lt;P
&gt;Speech by Class President&lt;/P
&gt;&lt;P
&gt;Presentation of Diplomas&lt;/P
&gt;&lt;P
&gt;Closing Speech by Headmaster&lt;/P
&gt;&lt;/Section
&gt;&lt;Section
&gt;&lt;H1
&gt;Graduates&lt;/H1
&gt;&lt;Ul
&gt;&lt;Li
&gt;Molly Carpenter&lt;/Li
&gt;&lt;Li
&gt;Anastasia Luccio&lt;/Li
&gt;&lt;Li
&gt;Ebenezar McCoy&lt;/Li
&gt;&lt;Li
&gt;Karrin Murphy&lt;/Li
&gt;&lt;Li
&gt;Thomas Raith&lt;/Li
&gt;&lt;Li
&gt;Susan Rodriguez&lt;/Li
&gt;&lt;/Ul
&gt;&lt;/Section
&gt;&lt;/Body
&gt;&lt;/Html&gt;</pre>

</div>



<h4 id=the-nav-element><span class=secno>4.4.3 </span>The <dfn><code>nav</code></dfn> element</h4>

Expand Down
53 changes: 53 additions & 0 deletions source
Expand Up @@ -13872,6 +13872,59 @@ not-slash = %x0000-002E / %x0030-10FFFF

</div>

<div class="example">

<p>Here is a graduation programme with two sections, one for the
list of people graduating, and one for the description of the
ceremony.</p>

<pre>&lt;!DOCTPE Html>
&lt;Html
>&lt;Head
>&lt;Title
>Graduation Ceremony Summer 2022&lt;/Title
>&lt;/Head
>&lt;Body
>&lt;H1
>Graduation&lt;/H1
>&lt;Section
>&lt;H1
>Ceremony&lt;/H1
>&lt;P
>Opening Procession&lt;/P
>&lt;P
>Speech by Validactorian&lt;/P
>&lt;P
>Speech by Class President&lt;/P
>&lt;P
>Presentation of Diplomas&lt;/P
>&lt;P
>Closing Speech by Headmaster&lt;/P
>&lt;/Section
>&lt;Section
>&lt;H1
>Graduates&lt;/H1
>&lt;Ul
>&lt;Li
>Molly Carpenter&lt;/Li
>&lt;Li
>Anastasia Luccio&lt;/Li
>&lt;Li
>Ebenezar McCoy&lt;/Li
>&lt;Li
>Karrin Murphy&lt;/Li
>&lt;Li
>Thomas Raith&lt;/Li
>&lt;Li
>Susan Rodriguez&lt;/Li
>&lt;/Ul
>&lt;/Section
>&lt;/Body
>&lt;/Html></pre>

</div>



<h4>The <dfn><code>nav</code></dfn> element</h4>

Expand Down

0 comments on commit 0f343ad

Please sign in to comment.