Back to Concepts

<footer>

Footer for a document or section.

The `<footer>` element defines a footer for a document or section. 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.

Live Example & Code

Preview Output
<footer><p>&copy; 2023 Company Name</p></footer>
HTMLViz
© 2026 HTMLViz. Open Source Learning.