Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 692 Bytes

html.md

File metadata and controls

20 lines (17 loc) · 692 Bytes

#HTML <blockquote> for Long Quotations
The HTML <blockquote> element defines a quoted section
Browsers usually indent <blockquote> elements.

<p>Here is a quote from WWF's website:</p>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature.
The world's leading conservation organization,
WWF works in 100 countries and is supported by
1.2 million members in the United States and
close to 5 million globally.
</blockquote>

Try it YourSelf
...
more

///comment