当前位置: 首页 > 文档资料 > HTML 入门教程 >

<blockquote>

优质
小牛编辑
125浏览
2023-12-01

描述 (Description)

HTML

标记用于指示长引用(即跨越多行的引用)。
它应该只包含其中的块级元素,而不仅仅是纯文本。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML blockquote Tag</title>
   </head>
   <body>
      <blockquote>Browsers generally render blockquote text as indented text. If your
         quoted text needs to display within a non-quoted paragraph, you should use the
         HTML q tag. Most browsers surround q text with quotation marks.</blockquote>
      <q>Browsers generally render blockquote text as indented text. If your quoted text
         needs to display within a non-quoted paragraph, you should use the HTML q tag.
         Most browsers surround q text with quotation marks.</q>
   </body>
</html>

全局属性 (Global Attributes)

此标记支持HTML Attribute Reference描述的所有全局属性

具体属性 (Specific Attributes)

HTML

标记还支持以下附加属性 -
属性描述
引用 HTML-5URL引用的URL,如果是从Web获取的。

事件属性 (Event Attributes)

此标记支持HTML Events Reference中描述的所有事件属性

浏览器支持 (Browser Support)

ChromeFirefoxIEOperaSafariAndroid
YesYesYesYesYesYes