HTML: q tag

By Xah Lee. Date: . Last updated: .
q
  • q tag is for short inline quote, such as a sentence.
  • Browsers are supposed to render it with a “curly quotation marks” wrapped around it.

This tag is in HTML 4 and also HTML 5.

Example

something

Code

<q>something</q>