<footer>:頁尾元素
試一試
屬性
此元素僅包含 全域性屬性。
使用說明
無障礙訪問
示例
html
<body>
<h3>FIFA World Cup top goalscorers</h3>
<ol>
<li>Miroslav Klose, 16</li>
<li>Ronaldo Nazário, 15</li>
<li>Gerd Müller, 14</li>
</ol>
<footer>
<small>
Copyright © 2023 Football History Archives. All Rights Reserved.
</small>
</footer>
</body>
css
footer {
text-align: center;
padding: 5px;
background-color: #abbaba;
color: #000;
}
技術摘要
| 內容類別 | 流內容,可感知內容。 |
|---|---|
| 允許的內容 |
流內容,但不能有 <footer> 或 <header> 後代元素。 |
| 標籤省略 | 無,起始標籤和結束標籤都是必須的。 |
| 允許的父元素 | 任何接受 流內容 的元素。請注意,<footer> 元素不能是 <address>、<header> 或另一個 <footer> 元素的後代元素。 |
| 隱式 ARIA 角色 |
contentinfo,或者如果它是 article、aside、main、nav 或 section 元素的後代元素,或者是一個具有 role=article、complementary、main、navigation 或 region 的元素,則為 generic。 |
| 允許的 ARIA 角色 |
group、presentation 或 none |
| DOM 介面 | HTMLElement |
規範
| 規範 |
|---|
| HTML 標準 # the-footer-element |
瀏覽器相容性
BCD 表格僅在啟用 JavaScript 的瀏覽器中載入。