CSS Property:
quotes:
none
'‹' '›'
'«' '»'
'‹' '›' '«' '»'
'‘' '’'
'”' '„'
'\2039' '\203A'
'\00AB' '\00BB'
'\2039' '\203A' '\00AB' '\00BB'
'\2018' '\2019'
'\201D' '\201E'
initial
Result:
This is a quote
This is a
quote
inside a quote
CSS Code:
div { quotes:
none
;
}
Click the property values above to see the result
W3Schools.com
- Play it