The <q> tag in HTML is used to format short quotations within a text paragraph.
When using this tag, the quotation will be displayed in double quotes.
<p>Nguyễn Văn A đã nói: <q>Thà nh công đến từ sự kiên nhẫn và nỗ lực.</q></p>
Result
Nguyễn Văn A đã nói: Thà nh công đến từ sự kiên nhẫn và nỗ lực.
Tag <q> can also be combined with other attributes to customize the display. Here are some common attributes:
cite: This attribute is used to specify the source of the quotation.
Example
<q cite="https://example.com">TrÃch dẫn</q>
Result:
TrÃch dẫn
title: This attribute is used to display a tooltip or additional information when hovering over the quotation.
Example
<q title="Nguyá»…n Văn A">TrÃch dẫn</q>
Result
TrÃch dẫn