<aside>:Aside 元素
<aside>
HTML 元素表示文档的一部分,其内容与文档的主要内容仅间接相关。Aside 通常以侧边栏或弹出框的形式呈现。
试一试
属性
此元素仅包含 全局属性。
用法说明
- 不要使用
<aside>
元素来标记括号内的文本,因为此类文本被认为是主流程的一部分。
示例
使用 <aside>
此示例使用 <aside>
来标记文章中的一个段落。该段落与文章的主要内容仅间接相关
html
<article>
<p>
The Disney movie <cite>The Little Mermaid</cite> was first released to
theatres in 1989.
</p>
<aside>
<p>The movie earned $87 million during its initial release.</p>
</aside>
<p>More info about the movie…</p>
</article>
结果
技术摘要
内容类别 | 流内容(Flow content)、分节内容(sectioning content)、可感知内容(palpable content)。 |
---|---|
允许的内容 | 流内容. |
标签省略 | 无,起始标签和结束标签都是必须的。 |
允许的父元素 | 任何接受流内容的元素。请注意,<aside> 元素不能是<address> 元素的后代。 |
隐式 ARIA 角色 | 补充 |
允许的 ARIA 角色 |
feed 、none 、note 、presentation 、region 、search |
DOM 接口 | HTMLElement |
规范
规范 |
---|
HTML 标准 # the-aside-element |
浏览器兼容性
BCD 表格仅在浏览器中加载