7.9.10 base.text.q Quote

Toggle example guides Toggle HTML markup

The <q> element represents an inline quote from another source. Longer quotes should use the <blockquote> element.

Example
The q element represents some phrasing content quoted from another source.
Markup: base/text/text-q.twig
<q class="{{modifier_class}}" cite="http://www.w3.org/TR/html5/text-level-semantics.html#the-q-element">The
<code>q</code> element represents some phrasing content quoted from another
source.</q>
Source: base/text/_text.scss, line 162