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