The <q> tag is used to write content between quotes. If your quotation spans multiple lines, you should use the <blockquote> tag.
Example of Code
<q>Quotation text here...</q>
Output
Quotation text here...