blockquote标签_blockquote标签应该怎样使用?

更新时间:2015-02-03    来源:网页配色    手机版     字体:

【www.bbyears.com--网页配色】

关于语义化,不是一句两句就能说明白的,而且现在也没有一个官方的很严格的定义。关于

没有争议的是:

1.引用一段较长的文字

2.可以使用cite标签或者属性

问题是

引用的文字必须使用块级元素将他包含吗?

首先是来自W3C的解释

9.2.2 Quotations: The BLOCKQUOTE and Q elements                              -- %coreattrs, %i18n, %events -- cite
       %URI;
          #IMPLIED  -- URI for source document or msg -- >           -- short inline quotation -->                             -- %coreattrs, %i18n, %events -- cite
        %URI;
          #IMPLIED  -- URI for source document or msg -- >

这两个便签指名包含的内容为引用文字. BLOCKQUOTE 用于长文字的引用(block-level content) 而 Q 用于短文字的引用(inline content) 且不允许引用的句子不完整。

这个例子的文字来自 "The Two Towers", 作者 J.R.R. Tolkien, 最为引用文字.

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 ugly slot; the sweet grass of Rohan had been bruised and blackened as they passed.


http://www.456bereastreet.com/lab/developing_with_web_standards/structure/

这篇文章是应用web标准进行开发,里面提到了关于一些TAGS的语义下面摘录的是

For longer quotations that form one or more paragraphs, the

element should be used. CSS can then be used to style the quotation. Note that text is not allowed directly inside a
element

本文来源:http://www.bbyears.com/wangyezhizuo/12681.html

猜你感兴趣