Last Updated on April 26, 2023 by Roshan Parihar
HTML footer tag is used to show footer or bottom part of the web page.
The footer contains Copyright text, footer links, contact details, sitemap link, logo and icons for the website.
HTML footer tag is an HTML5 tag.
Syntax
1 2 3 |
<footer> Enter footer content here... </footer> |
1 2 3 4 5 |
<footer> <p>copyright@2017 mywebsite.com. All Rights Reserved.</p> </footer> </body> </html> |
Output
You should also read:
- HTML address tag and
- HTML nav tag
Resources and References of HTML footer tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github