Listing 22.5. Spis treści książki pt. „The Wonderful Wizard of Oz”
<article>
    <header>
        <h1>The Wonderful Wizard of Oz</h1>
        <h2>by L. Frank Baum</h2>
        <aside>
            <h1>Introduction</h1>
            <p>...</p>
            <p>...</p>
            <footer>
                L. Frank Baum<br />Chicago, April, 1900
            </footer>
        </aside>
        <nav>
            <h1>Contents</h1>
            <ol>
                <li><a href="#R1">The Cyclone</a></li>
                ...
            </ol>
        </nav>
    </header>

    <h4 id="R1">1. The Cyclone</h4>
    <p>...</p>
    <p>...</p>
    ...

    <h4 id="R2">2. The Council with the Munchkins</h4>
    <p>...</p>
    <p>...</p>
    ...

</article>