The <footer> element contains the footer part of the page.

Here is an example for <footer> element that contain p paragraph tag.

<footer>
    <p>All rights reserved</p>
</footer>