HTML <cite> 标签指定引用,它提供对创造性作品、引用内容、书籍、网站、研究论文、博客点、绘画等的引用或标题。
添加 <cite> 元素的主要目的是提供或标识引用或任何内容的来源。
<cite> 标记之间写入的内容在浏览器上以斜体形式呈现,并且可以在 HTML 文档中使用 CSS 覆盖。
<cite>被引内容....... </cite>
以下是关于 <cite> 标签的一些规范
展示 | 排队 |
开始标签/结束标签 | 开始和结束标签 |
用法 | 文字的 |
<!DOCTYPE html> <html> <head> <title>Cite Tag</title> </head> <body> <h2>Example of cite tag</h2> <img src="https://static.javatpoint.com/htmlpages/images/book.jpg" height="150" width="120"> <p>A famous book: <cite> Learning Web Design</cite> written by Jennifer Niederst Robbins </p> </body> </html>
输出:
HTML <cite> 标签不包含任何特定属性。
HTML <cite> 标签支持 HTML 中的所有全局属性
HTML <cite> 标签支持 HTML 中的所有事件属性。
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<cite> | Yes | Yes | Yes | Yes | Yes |
© Copyright 2011-2021 www.rocschool.com. All rights reserved. Developed by RocSchool. Powered by qibosoft X1.0 Code. 琼ICP备2021004297号-1