HTML <blockquote> Tag with the 'cite' Attribute
Mahatma Ghandi (or at least, somebody) said:
<blockquote cite="http://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
- Replace the contents of the
<blockquote>
element with the quoted text. - Replace the value of the
cite
attribute with a URL to the source of the quoted content. - Replace the the rest of the content with your own code.