<footer> tag in HTML5

The <footer> tag is new in HTML5. It use to defines a footer for a document, a page, article, and section.

Important Description

  • Typically the <footer> tag cantains copyright and authorship information.
  • It can be also used for navigational element pertaining to the contents of the parent element.
  • Open and close tag required of <footer>.

Example of <footer> tag

<footer>
   <p>Some information about copyrights</p>
   <p>© 2019 | All rights reserved</p>
</footer>

Result Look Like

Some information about copyrights

© 2019 | All rights reserved

<footer> Tag Browser Support

All browsers are support <footer> tag, and the browsers are listed below:

Element Chrome Edge Firefox Safari Opera
<footer> Yes Yes Yes Yes Yes
Version 6.0 9.0 4.0 5.0 11.1

Global Attributes

Event Attributes

Important & Usage

  • The <footer> tag is used at the bottom of a web page.
  • Use <footer> tag to define a footer for any section of content, not just the page as a whole it means, use one and more <footer> tag in an HTML web page.

Email Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

© 2023 GDATAMART.COM (All Rights Reserved)