The q HTML element represents phrasing content quoted from another source.
Syntax
HTML
<q attribute-name="attribute-value"></q>
Attributes
Name | Value | Description |
---|---|---|
cite | URI | URL referencing the original source for the quoted material |
CSS
q { display: inline; } q:after { content: '"'; } q:before { content: '"'; }