HTML footer tag
- 24-07-2022
- Trung Minh
- 0 Comments
The <footer> tag defines a footer for a document or section.
A <footer> element must contain information about its containing element.
A <footer> element typically contains:
- Author information
- Copyright Information
- communications
- Sitemap
- Link back to top
- related document
- You can have multiple <footer> elements in a document.
How to use the footer thẻ tag
For example , use the footer tag to provide author information.
<!DOCTYPE html> <html> <head> <title>Học lập trình miễn phí tại web888.vnt</title> <meta charset="utf-8"> </head> <body> <h1>Học lập trình miễn phí tại web888.vn</h1> <footer> <p>Bản quyền thuộc : web888.vn</p> <p> Liên hệ: <a href="web888.vn">web888.vn</a>. </p> </footer> </body> </html>
Attributes of the footer . tag
The footer tag is provided with attributes