HTML <q> Tag
<p>Warren Buffett said <q>Never test the depth of a river with both feet</q>.</p>
The above example demonstrates usage of the <q>
element.
The <q>
element represents a quote from another source.
You can also (optionally) use the cite
attribute to cite the source of the quote.
You can also use the <blockquote>
element to markup longer quotations.