значения свойства:
.a {
quotes
:
'"'
;
}
.b {
'«'
'»'
.c {
'‹'
'›'
.d {
'“'
'„'
.e {
'\''
.a { quotes: '"' '"'; } .b { quotes: '«' '»'; } .c { quotes: '‹' '›'; } .d { quotes: '“' '„'; } .e { quotes: '\'' '\''; }
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
link
href
"css/style.css"
rel
"stylesheet"
</
body
p
><
q
class
"a"
>Hello World!</
></
"b"
"c"
"d"
>Привет мир!</
"e"
>To be or not to be?</