HTML5 footer
The <footer> elements can be used for: The HTML5 footer that appears at the bottom of every page on the site. A footer for an individual <article> or <section> within the page. For example!!!
<footer>
<p>Posted by: Asif Jalal</p>
<p>Contact information: <a
href="mailto:someone@example.com">someone@example.com</a>.</p>
</footer>
In this example the <footer> element
contains copyright information, along with links to the privacy policy and
terms and conditions. Each individual <article> and <section> element can also have its own <footer> elements to hold the footer information for that
section within the page.
For example, on a page with several blog posts, each individual
post can be thought of as a separate section. The <footer> element contains links to share the article on
social networking sites.
if you like my post subscribe my blogger to get updates.