The <footer> tab defines the footer for section or document.
Typically, the element contains the creator's name, the date the document was authored, and/or contact information.
Instance
Footer for Document:
<footer>this document (www.ithov.com) is written in 2010</footer>
Try the code yourself:
<! DOCTYPE html> <html> <body> <footer>this document (www.ithov.com) is written in 2010.</footer> </body> </html>
Differences between HTML 4.01 and HTML 5
The <footer> label is a new label in HTML 5.
Tips and comments
NET Letter Network (www.ithov.com) Tip: If you use footer to insert contact information, you should use the <address> element within the footer element.
Standard properties
<footer> tags support standard properties in HTML 5.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.