They went in single file, running like hounds on a strong scent,and an eager light was in their eyes. Nearly due west the broad swath of the marching Orcs tramped its swly of Rohan had been bruised and blackened as they passed.
For longer quotations that form one or more paragraphs, theelement should be used. CSS can then be used to style the quotation. 附註in an element, usually aelement.Example:
「The following sections discuss issues surrounding the structuring of text. Elements that present text ) are discussed elsewhere in the specification. For information about characters, please consult the section on the document character set.”http://24ways.org/advent/transal-vt
這篇文章是關於transitional-vs-strict,過渡型和標準型xhtml的區別,裡面提到了內容模型的區別,有關於
的內容,在strict中,引用的內容必須使用區塊級元素將其包含,通常是,中。
Content model differences
An element type's content model describes what may be contained by an instance of the element type. The most important difference in content models between Transitional and Seletrict is that blockquoteence in content on formly. examples:
text and images are not allowed immediately inside the body element, and need to be contained in a block level element like p or div
input elements must not be direct descendants of a formel. must be wrapped in a block level element like p or div
所以,我認為,在strict型必須用塊級元素將引用文字包含,而在非strict型中就不必了,但是建議這樣這樣做,因為strict型文檔更嚴格,也算是向後兼容了。