HTML Q Tag
The Q element of HTML is used for inline quotation.
Attributes
Standard Attributes.
| Attribute: | Value: | Description: | DTD: |
| Attrs | Other Attributes | Common, Event, I18n | STF |
| cite | URI | URI for source or message. | STF |
DTD. Defines which document type the attribute is allowed. S=Strict, T=Transitional, F=Frameset.
Example
Inline Quote Example.
<p> <q>Hello Quote</q> </p>