<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 表格仅在浏览器中加载