A block quotation is a quotation that is set off from the main text as a paragraph, or block of text, and typically is distinguished visually, using indentation and a different typeface. Infact the Chicago Manual of Style, recommends using a block quotation online, when extracted text is 100 words or more, or at least eight lines.
InĀ HTML it looks like this:
<blockquote> The blockquote element defines a long quotation</blockquote>
and will look like this, when outputted, in the editor's WYSIWYG view.