HTML: q tag
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>
q
This tag is in HTML 4 and also HTML 5.
something
<q>something</q>