Footer

<footer role="contentinfo">
    <div class="wrapper">
        <p>Footer content goes here.</p>
    </div>
</footer>
<footer role="contentinfo">
    <div class="wrapper">
        <p>Footer content goes here.</p>
    </div>
</footer>
/* No context defined. */

Footer

The footer (a <footer> with a role attribute of contentinfo) is styled with a width of 100% and should contain a wrapper as its direct descendant. In practical use, the footer might contain the site license and contact information.