A footer section in a document:
![]()
The <footer> tag is supported in Internet Explorer 9, Firefox, Opera, Chrome, and Safari.
Note: Internet Explorer 8 and earlier versions, do not support the <footer> tag.
The <footer> tag defines a footer for a document or section.
A <footer> element should contain 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.
The <footer> tag is new in HTML5.
Tip: Contact information inside a <footer> element should go inside an <address> tag.
The <footer> tag also supports the Global Attributes in HTML.
The <footer> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.