footer Element


« Previous Next »

The <footer> element defines a footer for a document or section.

<footer> element typically contains:

  • authorship information
  • copyright information
  • contact information
  • sitemap
  • back to top links
  • related documents

You can have several <footer> elements in one document.

Example







Live Demo & Try it yourself!