HTML
Internet Explorer 9, Firefox, Opera, Chrome, and Safari 支援
註:Internet Explorer 8 以及更早的版本不支援 ( 建議學習:html教學 )
定義與用法
頁腳通常包含文件的作者、版權資訊、使用條款連結、聯絡資訊等等。
您可以在一個文件中使用多個
HTML 4.01 與 HTML 5 之間的差異
提示
提示:
實例
文件中的頁尾部分:
<!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>
以上是HTML的