<dd> - HTML(超文本标记语言) 编辑
HTML <dd>
元素(HTML 描述元素)用来指明一个描述列表 (<dl>
) 元素中一个术语的描述。这个元素只能作为描述列表元素的子元素出现,并且必须跟着一个 <dt>
元素。
内容分类 | None |
---|---|
允许的内容 | 流内容 |
标签省略 | 必须有开标签。如果该元素后面紧跟着另一个 <dd> 元素,或者父元素中没有更多内容,则可以省略闭标签。 |
允许的父元素 | 该元素需要出现在 <dt> 元素和 <dd> 元素之后,并且在一个 <dl> 元素里。 |
DOM 接口 | HTMLElement |
属性
该元素包含全局属性。
nowrap
- 如果这个属性的值为 yes,那么定义的描述文字将不会包裹。默认值为 no。
示例
示例请看<dl> 的示例。
规范
规范 | 状态 | 备注 |
---|---|---|
HTML Living Standard <dd> | Living Standard | |
HTML5 <dd> | Recommendation | |
HTML 4.01 Specification <dd> | Recommendation |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论