A colophon for your website
footer

The portion of the document that contains references to additional material that can be found on the same website.
By convention this contains hyperlinks to company information such as policies, contact information, and sister sites.
Example
body {
header ...
nav ...
main ...
footer {
a `contact-us.html` Contact us
a `privacy-policy.html` Privacy policy
a `https://www.zyme.com` Partners in Zyme
}
}
Ancestor
- body
- The body element comprises all of the elements that control the layout and structure of a document, plus all of their subordinates.