Skip navigation

Mark up quotations properly.

(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

Example:

Using quotation mark-up:

This text is in a block quote which is indented by default ie: block quotation

Code for quotation mark-up


<blockquote>
   <p>This text is in a block quote which is indented by default ie: block quotation</p>
</blockquote>