Main

<main id="main">
    <div class="wrapper">
        <p>Main content goes here.</p>
    </div>
</main>
<main id="main">
    <div class="wrapper">
        <p>Main content goes here.</p>
    </div>
</main>
/* No context defined. */

Main

The main content is styled with a width of 100% and should contain a wrapper as its direct descendant. The main element should also have an id attribute of main to support a “skip to content” link.