<hr>: 主題斷裂(水平線)元素
<hr> HTML 元素表示段落級元素之間的主題斷裂:例如,故事場景的變化,或在一個部分內的主題轉換。
試一試
從歷史上看,這被呈現為水平規則或線條。雖然它可能仍然在視覺瀏覽器中顯示為水平規則,但此元素現在用語義術語定義,而不是表現術語,因此如果您希望繪製水平線,您應該使用適當的 CSS 來完成。
屬性
示例
HTML
html
<p>
This is the first paragraph of text. This is the first paragraph of text. This
is the first paragraph of text. This is the first paragraph of text.
</p>
<hr />
<p>
This is the second paragraph of text. This is the second paragraph of text.
This is the second paragraph of text. This is the second paragraph of text.
</p>
結果
技術摘要
| 內容類別 | 流動內容. |
|---|---|
| 允許的內容 | 無;它是一個空元素。 |
| 標籤省略 | 必須有開始標籤,不能有結束標籤。 |
| 允許的父元素 | |
| 隱式 ARIA 角色 | separator |
| 允許的 ARIA 角色 | presentation 或 none |
| DOM 介面 | HTMLHRElement |
規範
| 規範 |
|---|
| HTML 標準 # the-hr-element |
瀏覽器相容性
BCD 表格僅在瀏覽器中載入