<Q>
The Q element is used to create a quoted block of text. Similar to
the BLOCKQUOTE element, this is used to create simple inline quoted
elements whereas the BLOCKQUOTE is used for long excerpts.
The end tag for this element is required.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
CITE |
A URI which disignates a source where the quotation was taken from. |
|
Example
<Q>Just drive</Q>, he said.
Renders As:
Just drive , he said.
Compatibility
HTML 4.01
|