HTML footer tag specifies a footer for the content or document. Basically, it is placed at the bottom side of the web page and it consists of author, copyright information, privacy policy, use of terms and conditions, etc.
Source Code
<footer>
<p>Copyright © All right reserved.</p>
<p>About us</p>
</footer>
Source Code : Output
Please keep in mind that a footer is wrapped inside a <footer>
tag.