Html Readers

HTML Quotations

The HTML <q> element specifies that the enclosed text is a short inline quotation. This element is intended for short quotations that we don't require paragraph breaks, for long quotations you can use the <blockquote>element in the document.

Examples

simple use of the q element:

Example 1
<p>Paragraph - <q>Document description </q> goes here......</p>

The use of both an explicit citation link in the q element, and an explicit citation outside:

Example 2
<p>
The W3C page About W3C says the W3C's mission is <q cite="http://www.w3.org/Consortium/">To lead the
World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web<q>. I
disagree with this mission.
</p>

The use of both an explicit citation link in the q element, and an explicit citation outside: