HTML has the <q> element, which adds quotation marks before and after
<q>
adds
The quoting style is controlled by CSS properties and values
[lang|=no] > * { quotes: "«" "»" "\2019" "\2019" } q:before { content: open-quote } q:after { content: close-quote }
François Yergeau & Martin Dürst
56 of 107