HTML/CSS/Text Tags/blockquote
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>