<!DOCTYPE html>
<html>
<body>
<h1>Blockquote element using quotation marks</h1>
<p>
You can add a quotation marks to delineate between quoted text and any
annotations.
</p>
<figure>
<blockquote cite="https://www.imdb.com/title/tt0075148/">
<p>"Life's not about how hard of a hit you can give... "</p>
<p>And this is where it gets good, he continues:</p>
<p>
"it's about how many you can take, and still keep moving forward."
</p>
</blockquote>
<figcaption>- Sylvester Stallone, <cite>Rocky Balboa</cite></figcaption>
</figure>
</body>
</html>