HTML

1个成员

HTML元素 - cite

发表于 2016-12-29 3224 次查看

定义

用斜体显示标明引文。

Indicates a citation by rendering text in italic.

注释

所谓引文,就是对一本书、一篇报告或其它出版资源的引用。

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

此元素是内嵌元素。

此元素需要关闭标签。

A citation is a reference to a book, paper, or other published source material.

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

This element is an inline element.

This element requires a closing tag.

示例代码

下面的例子使用了 CITE 元素将引文以斜体显示。

This examples uses the CITE element to render a citation in italic.

<CITE>Book Title.</CITE>
发表回复
你还没有登录,请先登录注册