Language-dependent quotes (cont.)


HTML has the <q> element, which adds quotation marks before and after

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 }