Search w3schools.com:

SHARE THIS PAGE

HTML <footer> Tag


Example

A footer section in a document:

<footer>
  <p>Posted by: Hege Refsnes</p>
  <p><time pubdate datetime="2012-03-01"></time></p>
</footer>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

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.


Definition and Usage

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.


Differences Between HTML 4.01 and HTML5

The <footer> tag is new in HTML5.


Tips and Notes

Tip: Contact information inside a <footer> element should go inside an <address> tag.


Global Attributes

The <footer> tag also supports the Global Attributes in HTML.


Event Attributes

The <footer> tag also supports the Event Attributes in HTML.



Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]