(see guidelines for overcoming access barriers)
Avoid quotation mark-up for formatting effects such as indentation. For example, in HTML, use the BLOCKQUOTE element to mark-up quotations
This text is in a block quote which is indented by default ie: block quotation
<blockquote>
<p>This text is in a block quote which is indented by default ie: block quotation</p>
</blockquote>