|
使用<blockquote>标记可以在屏幕上用分离的块显示大段的引用。多数浏览器通常改变引用部分的页边界,以和周围的文本区分开。 例如:
<BLOCKQUOTE>
<P>Omit needless words.</P>
<P>Vigorous writing is concise. A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, for the same reason that a drawing should have no unnecessary lines and a machine no unnecessary parts.</P>
--William Strunk, Jr., 1918
</BLOCKQUOTE>
显示结果为:
这里故意用Firefox浏览器显示结果,如果您有兴趣,自己做一遍吧,呵呵。
上一篇:3.3 <div>和<span>标记 下一篇:3.5 水平线标记<hr>
|