<dd>: The Description Details element

<dd> HTML 元素提供描述列表 (<dl>) 中前一术语 (<dt>) 的描述、定义或值。

¥The <dd> HTML element provides the description, definition, or value for the preceding term (<dt>) in a description list (<dl>).

Try it

属性

¥Attributes

该元素仅包含 全局属性

¥This element only includes the global attributes.

示例

¥Examples

例如,请参见 <dl> 元素提供的示例

¥For examples, see the examples provided for the <dl> element.

技术总结

¥Technical summary

内容类别 没有任何。
允许的内容 流量内容.
标签遗漏 开始标记是必需的。如果该元素后面紧跟着另一个 <dd> 元素或 <dt> 元素,或者如果父元素中没有更多内容,则可以省略结束标记。
允许的父级 <dl><div><dl> 的子元素。
此元素可以用在 <dt> 或另一个 <dd> 元素之后。
隐式 ARIA 角色 没有对应的角色
允许的 ARIA 角色 不允许 role
DOM 接口 HTMLElement

规范

Specification
HTML Standard
# the-dd-element

¥Specifications

浏览器兼容性

BCD tables only load in the browser

¥Browser compatibility

也可以看看

¥See also