HTML 设置→ 字号: 颜色: 背景色: 默认
HTML参考 > HTML元素
整体构造元素文字元素样式与配置元素列表元素链接元素表单元素表格元素图片与对象元素框架元素注音标注元素其它元素
> 文字元素
abbracronymemstrongdfnkbdsampcodevarciteblockquoteqsupsubpbrinsdelpreplaintextxmp
> cite
cite
适用DTD:Strict Transitional Frameset   适用浏览器:All
释义
引用文本(citation)

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

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

属性
属性 属性值 说明
① 通用属性:id、class、title、style、dir、lang、xml:lang 查看
注:W3C非推荐属性或非标准属性 仅XHTML适用 默认值

示范
<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



© 2008 liuming lium03@tom.com
395310500
, All Rights Reserved.