<q>
The HTML Quote Element (<q>
) indicates that the enclosed text is a short inline quotation. This element is intended for short quotations that don't require paragraph breaks; for long quotations use <blockquote>
element.
https://developer.mozilla.org/en/docs/Web/HTML/Element/q