This element is used at the last of a web-page, mostly used to give copyright information, to go up or go home, or to give few links.
Example:
<footer>
© Copyright 2009-2018, All Rights Reserved
</footer>
If you want to give contact information inside <footer> element, then you should consider using <address> element inside footer for giving contact information.
Using correct HTML Elements for correct purpose, helps search engines to read your website in a better way; it is also very useful for SEO.
Comments
Post a Comment