You are developing an HTML5 page.
You need to add author and copyright information.
Which tag should you use?
A.
<aside>
B.
<header>
C.
<footer>
D.
<section>
Explanation:
The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A
footer typically contains information about its section such as who wrote it, links to related documents, copyright
data, and the like.
The footer element
http://dev.w3.org/html5/spec-preview/the-footer-element.html