Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<dd>

HTML <dd> 元素HTML 描述元素)用来指明一个描述列表  (<dl>) 元素中一个术语的描述。这个元素只能作为描述列表元素的子元素出现,并且必须跟着一个 <dt> 元素。

内容分类 None
允许的内容 流内容
标签省略 必须有开标签。如果该元素后面紧跟着另一个 <dd> 元素,或者父元素中没有更多内容,则可以省略闭标签。
允许的父元素 该元素需要出现在 <dt> 元素和 <dd> 元素之后,并且在一个 <dl> 元素里。
DOM 接口 HTMLElement

属性

该元素包含全局属性

nowrap
如果这个属性的值为 yes,那么定义的描述文字将不会包裹。默认值为 no。

示例

示例请看 <dl> 的例子

规范

规范 状态 备注
WHATWG HTML Living Standard
<dd>
Living Standard  
HTML5
<dd>
Recommendation  
HTML 4.01 Specification
<dd>
Recommendation  

浏览器兼容性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 1.0 (1.7 or earlier) [1] (Yes) (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) 1.0 (1.0) [1] (Yes) (Yes) (Yes)

[1] Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.

See also

文档标签和贡献者

 此页面的贡献者: PoppinL
 最后编辑者: PoppinL,