The q element represents phrasing content quoted from another source.
phrasing content
global attributes & cite
A q element must have both a start tag and an end tag.
any element that can contain phrasing elements
interface HTMLQuoteElement : HTMLElement { attribute DOMString cite; };