References

Collection of references for web development.

HTML q tag

Description

The HTML <q> element represents a short quotation.

Attributes

Attribute Value Description
cite URL Specifies the source of the quotation or the resource that explains the change of the source.

Example

<q cite="https://example.com">This is just an example quotation.</q>