The <footer> Element

The <footer> element specifies a footer for a document or section and should hold information about its containing element. A footer typically contains the author of the document, copyright information, links to terms of use, contact information, etc. You can have several <footer> elements in one document.

<footer>
<p>Posted by: Hege Refsnes</p>
<p>Contact information: <a href="mailto:[email protected]">
[email protected]</a>.</p>
</footer>

This is an earlier example which uses the <footer> element.

Back button Table of Contents Next button