<footer>
HTML <footer> Element Reference
The HTML <footer> element contains footer information for its nearest section or the page.
Categories
- Sections
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical footer element example.
<footer>
<p>© 2026 Tool.io</p>
</footer>