HTML <blockquote> Tag with the 'cite' Attribute

Mahatma Ghandi (or at least, somebody) said: 
<blockquote cite="https://www.compassionatespirit.com/Be-the-Change.htm">
We must be the change we want to see in the world.
</blockquote>

The <blockquote> element represents content that is quoted from another source.

The cite attribute, if provided, must contain a URL to the source of the quoted content. This attribute is optional.

How to Use the above Code

  1. Replace the contents of the <blockquote> element with the quoted text.
  2. Replace the value of the cite attribute with a URL to the source of the quoted content.
  3. Replace the the rest of the content with your own code.