HTML <dd> 标签
定义和用法
The <dd> tag is used to describe a term/name in a description list.(<dd> 标签用于在描述列表中描述一个术语/名称。)
The <dd> tag is used in conjunction with <dl> (defines a description list) and <dt> (defines terms/names).(<dd> 标签与 <dl>(定义描述列表)和 <dt>(定义术语/名称)结合使用。)
Inside a <dd> tag you can put paragraphs, line breaks, images, links, lists, etc.(在 <dd> 标签内,您可以放置段落、换行符、图像、链接、列表等。)
浏览器支持
| 元素 | |||||
|---|---|---|---|---|---|
| <dd> | 是 | 是 | 是 | 是 | 是 |
全局属性
The <dd> tag also supports the Global Attributes in HTML.(<dd> 标签还支持 HTML 中的全局属性。)
事件属性
The <dd> tag also supports the Event Attributes in HTML.(<dd> 标签还支持 HTML 中的事件属性。)
相关页面
HTML 教程:HTML 列表
HTML DOM reference: DD Object(HTML DOM 参考:DD 对象)
默认 CSS 设置
Most browsers will display the <dd> element with the following default values(大多数浏览器会以以下默认值显示 <dd> 元素)