HTML <blockquote> cite Attribute
Example
<blockquote cite="https://en.wikipedia.org/wiki/Climate_change">Climate change includes both global warming driven by human-induced emissions of greenhouse gases and the resulting large-scale shifts in weather patterns.</blockquote>
Meaning
The value of cite attribute should be a URL for the document in which the information cited can be found.
Note: Always add the source of a quotation,
Standard Syntax
<blockquote cite="SourceURL">quote </blockquote>
Advertisement
Attribute Values
| Value | Description |
|---|---|
| URL |
Value can be
|