Örnek
<footer> <p>Göndere: Arayüz</p> <p>iletişim Bilgileri: <a href="mailto:w3tr@example.com"> w3tr@example.com</a>.</p> </footer>
Bu etiket bir belge veya bölümün alt bilgisini tanımlamak için kullanılır.
Codepen Ön izleme
<footer>
<p>Göndere: Arayüz</p>
<p>iletişim Bilgileri: <a href="mailto:w3tr@example.com">
w3tr@example.com</a>.</p>
</footer>
See the Pen HTML footer tag by W3TR (@w3tr) on CodePen.