当前位置: 首页 > 网络学院 > 网页制作基础教程 > HTML > HTML <dd>标签

HTML
HTML Head
HTML Meta
HTML URLs
HTML Scripts
HTML 属性
HTML 事件
HTML URL-encode
HTML Web服务器
HTML 摘要
HTML 实例
标签列表
标准属性
事件属性
ASCII码
特殊字符
HTTP状态消息

HTML <dd>标签


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 504 ::
收藏到网摘: n/a

定义以及使用方法

The <dd> tag defines the description of a term in a definition list.
<dd>标签能在释义列表中定义某个术语


Differences Between HTML and XHTML
它在HTML和XHTML中的区别

NONE


Example
实例

代码 输出结果
<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
Coffee
Black hot drink
Milk
White cold drink


标准属性

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.
建立释义列表

评论 (0) All

登陆 | 还没注册?