手机
当前位置:查字典教程网 >网页设计 >脚本HTML教程 >HTML元素:dd
HTML元素:dd
摘要:定义在定义列表中表示定义。定义通常在定义列表中缩进显示。Indicatesthedefinitioninadefinitionlist.Th...

 定义

在定义列表中表示定义。定义通常在定义列表中缩进显示。

Indicates the definition in a definition list. The definition is usually indented in the definition list.

注释

元素 DD 在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

此元素是块元素。

此元素需要关闭标签。

The DD element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is a block element.

This element requires a closing tag.

示例代码

下面的例子使用 DL 元素和 DD 及 DT 元素创建了定义列表。

This example uses the DL element with the DD and DT elements to create a definition list.

       <dl> <dt>野生动物</dt> <dd>所有非经人工饲养而生活于自然环境下的各种动物。</dd> <dt>宠物</dt> <dd>指猫、狗以及其它供玩赏、陪伴、领养、饲养的动物,又称作同伴动物。</dd> </dl> 

【HTML元素:dd】相关文章:

HTML关于Profile

HTML表单标记概述

HTML Frameset 例子代码

HTML.Citifaud.j

HTML 4.0 语法影像标签

HTML表格单元格边距属性

XHTML基础教程(一)

HTML表格内部边框样式属性RULES

HTML中特殊字符的显示

增加HTML元素

精品推荐
分类导航