专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅

首页 »数据库 » htmldddtdl:关于html中DD,DT,DL的解释 »正文

htmldddtdl:关于html中DD,DT,DL的解释

来源: 发布时间:星期四, 2009年2月12日 浏览:155次 评论:0


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


注释
元素 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>
0

相关文章

读者评论

发表评论

  • 昵称:
  • 内容: