q

< html‎ | elements
Jump to: navigation, search

q



Summary

The q element represents some phrasing content quoted from another source.


Overview Table

DOM Interface HTMLQuoteElement

Examples

This example uses the Q element to set apart a quotation in text.

<p>He said, <q style="font-style: italic">Hi there!</q></p>

Notes

Remarks

Windows Internet Explorer 8 and later. The value of the cite attribute depends on the current document compatibility mode. In addition, quotation marks are now added to the content of the element.

Standards information


HTML information

{

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

See also

Related pages (MSDN)

  • blockQuote

This article contains content originally from external sources.

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]