<cite> - HTML(超文本标记语言) 编辑
HTML引用( Citation)标签 (<cite>) 表示一个作品的引用,且必须包含作品的标题。这个引用可能是一个根据适当的上下文约定关联引用的元数据的缩写。
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
内容类别 | 流内容(Flow Content),叙述内容(Phrasing Content),可触及的内容(Palpable Content) 。 |
---|---|
允许的内容 | 叙述内容(Phrasing Content) |
标签省略 | 不允许,开始标签和结束标签都不能省略。 |
允许的父级元素 | 任何接受叙述内容(Phrasing Content)的元素。 |
DOM 接口 | 这个元素在Gecko 1.9.2 (Firefox 4)及之前的版本中 实现为HTMLElement, Firefox 实现为HTMLSpanElement。 |
属性
这个元素仅包含了 所有的全局属性.
使用说明:
- 适用场合可能包括一本书,一张纸,一篇散文,一首诗,一个分数,一首歌,一部电影,一个电视节目,一个游戏,一个雕塑,一幅画,戏剧制作,一个剧本,一个歌剧,一种音乐,一个展览 ,一个法律案件报告,一个计算机程序,一个网站,一个网页,博客或评论,论坛帖子或评论 ,鸣叫,或者书面或口头陈述,等等。
- W3C规范,对创造性的工作可能包括作者的名字,而WHATWG宣布,它可能不包括在任何情况下,一个人的名字。
- 在blockquote元素或者q元素上使用cite或者blockquote属性来标明参考的在线资源。
- 为了避免在使用cite元素时默认字体为斜体,可以使用css的font-style属性重新进行设置。
使用说明
在 <cite>
标签中,可能引用的内容类型如下:
A book
A research paper
An essay
A poem
A musical score
A song
A play or film script
A film
A television show
A game
A sculpture
A painting
A theatrical production
A play
An opera
A musical
An exhibition
A legal case report
A computer program
A web site
A web page
A blog post or comment
A forum post or comment
A tweet
A Facebook post
A written or oral statement
And so forth.
值得注意的是,W3C 标准允许在 <cite>
元素中包含引用内容的作者信息。然而 WHATWG 规范不允许在 <cite>
元素中出现人名。
要标明<blockquote>
或 <q>
之中内容的引用来源,可以使用元素的cite
属性。
通常,浏览器默认使用斜体来展示<cite>
元素中的内容。可以通过指定<cite>
元素的font-style
样式来覆盖这种默认行为。
示例
More information can be found in <cite>[ISO-0000]</cite>.
该段代码的输出如下:
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard <cite> | Living Standard | |
HTML5 <cite> | Recommendation | |
HTML 4.01 Specification <cite> | Recommendation |
浏览器兼容性
BCD tables only load in the browser
相关链接
- 适用于长引用的
<blockquote>
元素。 - 适用于行内引用的
<q>
元素。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论