According to the MDN blockquote page:
The HTML
<blockquote>
Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation.
The quote element — <q>
— is
intended for short quotations that don't require paragraph breaks.
— MDN q page.