Completion requirements
View
2. Semantic Markup
2.6. The <footer > tag
The <footer> element represents the footer of the whole page or a <section> element. It is
intended to contain footer information such as copyright notice.
<footer>
<hr/>
<p>Copyright (C) 2020. All rights reserved.</p>
</footer>