Any HTML content can be wrapped in the default blockquote> tag. Other methods include using the class.pull-right to right-align the blockquote and adding a tiny> tag to identify the quote's source. All of these features are demonstrated in the following example.
<blockquote>
<p>This is a default blockquote example. This is a default blockquote example. This is a default blockquote example.This is a default blockquote example. This is a default blockquote example.</p>
</blockquote>
<blockquote> This is a blockquote with a source title. <small>Someone famous in <cite title = "Source Title">Source Title</cite></small>
</blockquote>
<blockquote class = "pull-right">This is a blockquote aligned to the right.
<small>omeone famous in <cite title = "Source Title">Source Title</cite></small>
</blockquote>
This is a default blockquote example. This is a default blockquote example. This is a default blockquote example.This is a default blockquote example. This is a default blockquote example.
This is a blockquote with a source title.Someone famous in Source Title
This is a blockquote aligned to the right.Someone famous in Source Title