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:
You are developing an HTML5 page.
You need to add author and copyright information.
Which tag should you use?
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:
https://www.w3schools.com/tags/tag_footer.asp
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer
Explanation/Reference:
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.
Reference: The footer element
http://dev.w3.org/html5/spec-preview/the-footer-element.html
The tag defines a footer for a document or section.
A element should contain information about its containing element.
A element typically contains:
authorship information
copyright information
contact information
sitemap
back to top links
related documents