HTML <footer> Tag
The footer tag is an HTML Element that defines a footer in an HTML document, typically holding copyright or author information.
This tag is sometimes referred to as the <footer> element.
A <footer> element often contains the following elements: authorship information, copyright information, contact information, sitemap, return to top links, and related documents.
In a single document, you can have many footer components.
Syntax
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| <footer> | 5.0 | 4.0 | 5.0 | 9.0 | 11.1 |