Q
The q 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: '"';
}