develop with

q

Indicates an inlined quote

Q Tag

Indicates an inlined quote.

Attributes are:

Attribute Description Default Value Values Required
id document-wide unique id no
class space separated list of classes no
style associated style info no
title This information may be spoken by a user agent, rendered as a tool tip, cause a change in cursor image, etc. no
lang language code (backwards compatible), as per [RFC3066](http://www.ietf.org/rfc/rfc3066.txt) no
cite The value of this attribute is a URI that designates a source document or message. This attribute is intended to give information about the source from which the quotation was borrowed. It is represented as a Uniform Resource Identifier (URI), see [RFC2396](http://www.ietf.org/rfc/rfc2396.txt) no

Example:

Carol Burnett once said,
<q >
It's almost impossible to be funnier than the people in Washington.
</q>

##Events##

Event Description
onclick The onclick event occurs when the pointing device button is clicked over an element. This attribute may be used with most elements.
ondblclick The ondblclick event occurs when the pointing device button is double clicked over an element. This attribute may be used with most elements.
onmousedown The onmousedown event occurs when the pointing device button is pressed over an element. This attribute may be used with most elements.
onmouseup The onmouseup event occurs when the pointing device button is released over an element. This attribute may be used with most elements.
onmouseover The onmouseover event occurs when the pointing device is moved onto an element. This attribute may be used with most elements.
onmousemove The onmousemove event occurs when the pointing device is moved while it is over an element. This attribute may be used with most elements.
onmouseout The onmouseout event occurs when the pointing device is moved away from an element. This attribute may be used with most elements.
onblur The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus.
onkeypress The onkeypress event occurs when a key is pressed and released over an element. This attribute may be used with most elements.
onkeydown The onkeydown event occurs when a key is pressed down over an element. This attribute may be used with most elements.
onkeyup The onkeyup event occurs when a key is released over an element. This attribute may be used with most elements.
comments powered by Disqus

Want to see a topic covered? create a suggestion

Get more developer references and books in the developwith store.