Name

footer — HTML5

Synopsis

<footer> . . . </footer>

Represents information associated with a document, article, or section, such as copyright, publication date, author information, a list of related links, or other information typically found at the end of a document or section content.

Notes

HTML5 only.

Start/End Tags

Required/Required

Attributes

HTML5 Global Attributes

Examples

<article>
   <h1>How to Etch Glass</h1>
   <p>Start with clean glass...</p>
   ... markup continues...
   <footer>Copyright &copy; 2009 Jennifer Robbins</footer>
</article>

Get HTML & XHTML Pocket Reference, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.