HTML/CSS/Text Tags/blockquote
"blockquote" Example
<html>
<head>
<title>blockquote element example</title></head>
<body>
<p>The blockquote content is indented by 40 pixels.</p>
<blockquote cite="http://www.wbex.ru">Comments Here</blockquote>
</body>
</html>