blockquote HTML元素

来源:百度文库 编辑:神马文学网 时间:2024/04/29 07:04:50
定义
表示文本中的一段引用语。
Sets apart a quotation in text.
注释
此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。
此元素是块元素。
此元素需要关闭标签。
The BLOCKQUOTE element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
This element is a block element.
This element requires a closing tag.
示例代码
下面的例子使用了 BLOCKQUOTE 元素将文本设置为引用语,效果是缩进显示。
This example uses the BLOCKQUOTE element to set off a quotation that renders as indented text.

He said,

"Hi there!"

另见
q