cite
适用DTD:Strict Transitional Frameset 适用浏览器:All
释义
引用文本(citation)
语法
<cite 属性="属性值">~标签内容~</cite>
<cite 属性="属性值">~标签内容~</cite>
属性
属性 | 属性值 | 说明 |
---|---|---|
① 通用属性:id、class、title、style、dir、lang、xml:lang |
nbsp;
示范
<cite>引用文本</cite>
范例
下面的例子显示了XHTML文件基础结构: 运行打印
下面的例子显示了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>
<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