元素cite

HTML文件的基本结构

cite
适用DTD:Strict Transitional Frameset   适用浏览器:All
释义 引用文本(citation)

语法
<cite 属性="属性值">~标签内容~</cite>

说明
cite元素起到引证、列举的作用,其中包含的内容或参考指向其他信息源,例如一些引经据典的话、伟人的名言、书报杂志的名称等等
浏览器一般以斜体字显示该元素标签中的内容
该元素的标签需成对出现

属性
属性 属性值 说明
① 通用属性:id、class、title、style、dir、lang、xml:lang 查看
nbsp;

示范
<cite>引用文本</cite>

范例
下面的例子显示了XHTML文件基础结构: 运行打印
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>元素cite</title>
</head>
<body>
<div style="width:500px;text-align:right;font-size:16pt;color:red">
<p>And so at last the beast fell and the unbelievers rejoiced. But all was not lost, for from the ash rose a great bird. The bird gazed down upon the unbelievers and cast fire and thunder upon them. For the beast had been reborn with its strength renewed, and the followers of Mammon cowered in horror. </p>
<p><cite>The Book of Mozilla, 7:15</cite></p>
</div>
</body>
</html>

参阅
q
blockquote