当前位置: 首页 > 网络学院 > 网页制作基础教程 > HTML > HTML <dd>标签
The <dd> tag defines the description of a term in a definition list.
<dd>标签能在释义列表中定义某个术语
NONE
无
代码 | 输出结果 |
---|---|
<dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl> |
|
id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
查看完整的描述
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
查看完整的描述
Definition list
How to create a definition list.
建立释义列表