我无法理解这一点。
像这样单独使用<cite> text </cite>
只会使文本看起来有点斜体,但我无法理解cite
在 blockquote 中用作属性的目的。
例如:
<blockquote cite="http://www.example.com">
For 50 years, WWF has been protecting the future of nature.
</blockquote>
现在,这个 url 链接出现在哪里?我到处看它只是说“它供参考”,但参考哪里?
href
除非我使用并<p>
使其出现,否则该链接不会显示在输出中。
cite
那么这个属性在这种情况下究竟做了什么?这个网址出现在哪里?