Home >Web Front-end >HTML Tutorial >HTML
HTML c37f8231a37e88427e62669260f0074d Tag
##Internet Explorer 9, Firefox, Opera, Chrome, and Safari support the c37f8231a37e88427e62669260f0074d tag.Note: Internet Explorer 8 and earlier versions do not support the c37f8231a37e88427e62669260f0074d tag. (Recommended learning: html tutorial)
Definition and usage
c37f8231a37e88427e62669260f0074d tag defines the footer of a document or section. The c37f8231a37e88427e62669260f0074d element should contain information about its containing element.The footer typically contains the document's author, copyright information, terms of use link, contact information, and more.
You can use multiple c37f8231a37e88427e62669260f0074d elements in a document.Differences between HTML 4.01 and HTML 5
Thec37f8231a37e88427e62669260f0074d tag is a new tag in HTML 5.Tip
Tip: Contact information within the c37f8231a37e88427e62669260f0074d element should be in the 208700f394e4cf40a7aa505373e0130b tag.
Example
The footer section in the document:<!DOCTYPE html> <html> <body> <footer> <p>Posted by: W3School</p> <p>Contact information: <a href="mailto:someone@example.com">someone@example.com</a>.</p> </footer> </body> </html>
The above is the detailed content of HTML