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.


          The <footer> element of the example web page looks like this:


<footer>
   <hr/>
    <p>Copyright (C) 2020. All rights reserved.</p>
</footer>