W3 3.2n
4.0y
NS 3.0n
4.0n
IE 3.0n
4.0n
TV 1.2n
2.1n

<Q>...</Q>

Description

This is used to enclose short quotations from other works in the page. This quotation is not surrounded by paragraph breaks.

DTD

<!ELEMENT Q - - (%inline;)*            -- short inline quotation -->
<!ATTLIST Q
  %attrs;                              -- %coreattrs, %i18n, %events --
  cite        %URI;          #IMPLIED  -- URI for source document or msg --
  >
from the HTML 4.0 DTD, "Copyright © W3C, (MIT, INRIA, Keio). All Rights Reserved."

Attributes

Core attributes: class id style title
Internationalization attributes: dir lang
Events: onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup

W3 3.2n
4.0y
NS 3.0n
4.0n
IE 3.0n
4.0n
TV 1.2n
2.1n
CITE
The value of this attribute is a URI that points to a resource where there's additional information about the quotation.

Examples

Source
One of the famous one-liners used by Arnold Swartzenegger in one of his movies
is <Q>I'll be back</Q>.
 
Result
One of the famous one-liners used by Arnold Swartzenegger in one of his movies is I'll be back.
Statistics