It is used to show short quotations.
For longer, particularly multi-paragraph, quotations, q’s big brother, blockquote can be used. You shouldn’t put quotation marks around, or inside, a q element — that job should be done by the browser, or by CSS. A legitimate alternative to using q, however, is to simply use quotation marks in its place.
cite
represents the source of the quotation.
- URL
HTML q Example:
Edit Example