xxxxxxxxxx
<html>
<body>
<h1>Blockquote element using a cite element</h1>
<p>
You can use a cite element to contain the citation on the last line of
quoted text.
</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>
-
<cite
><a href="https://www.imdb.com/title/tt0075148/"
>Rocky Balboa</a
></cite
>
</blockquote>
</figure>
</body>
</html>