HTML<blockquote>标签

例子

引用自其他来源的部分:


For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.

下面有更多“自己尝试”的示例。

定义和用法

标签指定从其他来源引用的部分。

浏览器通常会缩进

元素(查看下面的示例了解如何删除缩进)。

提示和说明

提示:用于内联(简短)引用。

支持的浏览器

全局属性

标签支持HTML 中的全局属性。

事件属性

标签支持HTML 中的事件属性。

更多示例

例子

使用CSS删除blockquote元素的缩进:





Here is a quote from WWF's website:


For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.


你可能感兴趣的:(html,前端)