blockquote in html code example

Example 1: html blockquote

<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>

Example 2: blockquote

<blockquote contenteditable="true">
    <p>Edit this content to add your own quote</p>
</blockquote>
<!-- blockquote can be change by other block element -->

Tags:

Html Example