HTML Tag: blockquote
A block of text that is quoted from elsewhere.
Optional Attributes
| Attribute | Description | Possible values |
|---|---|---|
cite |
A link to the source of the quotation. | URL. |
| Global attributes | ||
Example
<blockquote cite="http://www.htmldog.com/references/html/tags/blockquote/">
<h1>HTML Tag: blockquote</h1>
<p>A block of text that is quoted from elsewhere.</p>
</blockquote>
