html5 blockquote code example
Example 1: bootstrap blockquote
<blockquote class="blockquote">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
</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 -->