An in-line quote. Used for small quotations. The HTML <q> tag is used for indicating short quotations (i.e. quotations that needs to display within a non-quoted paragraph).
Browsers generally surround <q> text with quotation marks. If your quotation spans multiple lines, you should use the <blockquote> tag. Most browsers surround blockquote text as indented text.
<p> I said <q>that we can use the "quote" tag</q> but my colleague said that <q>blockquote is the best one to use</q>. I am confused. </p> </p>