<blockquote>
tag
Indicates that the enclosed text is an extended quotation from another source.
Syntax
<blockquote cite="url"> ... </blockquote>
Example
html
<blockquote cite="https://example.com">
<p>The best way to predict the future is to invent it.</p>
<footer>— Alan Kay</footer>
</blockquote>