HTML <q> Tag with the 'cite' Attribute

<p>Warren Buffett said <q cite="https://quotes.lifehack.org/quote/warren-buffet/never-test-the-depth-of-river-with/">Never test the depth of a river with both feet</q>.</p>

The above example demonstrates usage of the <q> element with the cite attribute.

The <q> element represents a quote from another source.