<!DOCTYPE html>
<html>
<body>
<h1>Cite Attribute Example for the blockquote Element</h1>
<p>The following example uses the cite attribute to represent the source URL of a quote.</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>