Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

HTML cite 属性


定义和用法

The cite 属性指定解释引用的文档的 URL,或者为什么插入/更改了文本。


适用于

The cite 属性可以用于以下元素

元素 属性
<blockquote> cite
<del> cite
<ins> cite
<q> cite

示例

Blockquote 示例

从另一个来源引用的部分

<blockquote cite="http://www.worldwildlife.org/who/index.html">
50 年来,WWF 一直在保护自然的未来。作为世界领先的保护组织,WWF 在 100 个国家开展工作,并得到美国 120 万会员和全球近 500 万会员的支持。WWF 的独特工作方式将全球覆盖范围与科学基础相结合,涉及从地方到全球的各个层面的行动,并确保提供满足人和自然需求的创新解决方案。
</blockquote>
自己试一试 »

Del 示例

删除的文本,以及解释为什么删除文本的文档的 URL

<p><del cite="del_demo_cite.htm">此文本已被删除</del></p>
自己试一试 »

Ins 示例

插入的文本,以及解释为什么插入文本的文档的 URL

<p>这是一段文本。
<ins cite="why_inserted.htm">这是一个插入的文本。</ins></p>
自己试一试 »

Q 示例

指定引用的源 URL

<p>WWF 的目标是
<q cite="http://www.wwf.org">
建设人与自然和谐共处的未来。</q>
我们希望他们能成功。</p>
自己试一试 »

浏览器支持

The cite 属性对每个元素具有以下浏览器支持

元素
blockquote
del
ins
q

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.