xxxxxxxxxx
<html>
<body>
<h1>Blockquote element using a footer element</h1>
<p>
You can use a footer element to contain the citation to more clearly
relate the quote to the attribution.
</p>
<figure>
<blockquote cite="https://www.imdb.com/title/tt0075148/">
<p>
Life's not about how hard of a hit you can give... it's about how many
you can take, and still keep moving forward.
</p>
<footer>- Sylvester Stallone, <cite>Rocky Balboa</cite></footer>
</blockquote>
</figure>
</body>
</html>