Web accessibility service pageWeb accessibility service page

3.10:H203209 Use q and blockquote for quotation.

Improper design

The simple quotations in the Web site did not use Q label or the BLOCKQUOTE label to mark the citation.

Improper design:

<P>A successor will always have leadership quality.  What is leadership quality? 
Raymond Carter once said:</P>
<P> ¡§A good leadership consisted of the following characteristics: 
Controlled temperament, ability and passionate, hardworking, determination, confidence, and self-control.¡¨
</P>
          

Proper demonstration

Use Q label and BLOCKQUOTE label to quote and cite the quotation.

Proper example:

<P>A successor will always have leadership quality.  What is<Q>leadership quality</Q>? 
Raymond Carter once said: </P>
<BLOCKQUOTE>¡§A good leadership consisted of the following characteristics:
Controlled temperament, ability and passionate, hardworking, determination, confidence, and self-control.¡¨
</BLOCKQUOTE>
          
End of Main Content