HTML cite 属性,引用的来源

 2022-06-05    550  

HTML <blockquote> cite 属性

HTML标签列表

HTML  cite 属性,引用的来源

实例

下面这个 blockquote 元素中的 cite 属性指定了引用的来源:

<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally. WWF's unique way of working combines global reach with a foundation in science, involves action at every level from local to global, and ensures the delivery of innovative solutions that meet the needs of both people and nature.
</blockquote>


定义和用法

cite 属性规定引用的来源。

提示: 该属性的值是一个包含在引号中并指向联机文档的 URL,以及(如果有可能的话)引用在该文档中的确切位置。

语法


<blockquote cite="URL">

属性值

描述
URL引用的来源的   URL。
可能的值:

绝对 URL - 指向另一个站点(比如   href="http://www.example.com/song.ogg")

相对 URL - 指向网站内的文件(比如 href="song.ogg")


  •  标签:  
  • html
  •  

原文链接:https://77isp.com/post/1098.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。