<blockquote>

Description

<blockquote> marks the text to be indented. <blockquote> is used for displaying long quotations.

<q> is used for shorter inline quotations.


<blockquote> . . . </blockquote>

Example


<html>
<body>
     <p>The blockquote content is indented.</p>
     <blockquote cite="http://www.java2s.com">HTML CSS</blockquote>
</body><!--   w  w w. j a  va  2  s. co  m-->
</html>

Click to view the demo

The code above generates the following result.

blockquote




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference