Bootstrap Blockquote style
Description
For quoting blocks of content from another source within your document.
Wrap <blockquote>
around any HTML as the quote.
Example
<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!-- w w w . j a v a 2 s. c o m-->
<body style='margin: 20px;'>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Integer posuere erat a ante.</p>
</blockquote>
</body>
</html>