Syntax
<Q>...</Q>
Attribute Specifications
CITE=URI (source of quotation)
common attributes
Contents:
Inline elements
Contained in:
Inline elements, Block-level elements
<P>In the words of Albert Einstein, <Q>God does <EM>not</EM> play dice.</Q></P>
<P>According to Dave Raggett, <Q CITE="http://www.w3.org/Press/HTML4-REC">HTML 4.0 gives Web designers the ability to create dynamic visually exciting pages that are accessible to all.</Q></P>
In the words of Albert Einstein, God does not play dice.
According to Dave Raggett, HTML 4.0 gives Web designers the ability to create dynamic visually exciting pages that are accessible to all.
<P>According to Dave Raggett, <I><Q CITE="http://www.w3.org/Press/HTML4-REC">HTML 4.0 gives Web designers the ability to create dynamic visually exciting pages that are accessible to all.</Q></I></P>
Would appear like this:
According to Dave Raggett, HTML 4.0 gives Web designers the ability to create dynamic visually exciting pages that are accessible to all.