Tag HTML del piè di pagina
- 24-07-2022
- Trung Minh
- 0 Comments
Il tag <footer> definisce un piè di pagina per un documento o una sezione.
Un elemento <footer> deve contenere informazioni sull'elemento che lo contiene.
Un elemento <footer> in genere contiene:
- Informazioni sull'autore
- Informazioni sul copyright
- comunicazioni
- Mappa del sito
- Link di nuovo in alto
- documento relativo
- Puoi avere più elementi <footer> in un documento.
Come utilizzare il tag footer thẻ
Ad esempio , utilizza il tag footer per fornire informazioni sull'autore.
<!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>
Attributi del tag footer
Il tag footer è dotato di attributi