分享

dt HTML元素

 小明 2006-11-10

定义

在定义列表中表示定义术语。

Indicates a definition term within a definition list.

说明

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

此元素是块元素。

此元素需要关闭标签。

The DT 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>

另见

dd, dl

相关教程和示例代码

HTML列表

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多