<html>
<head>
<style>
#a {
quotes: "'" "'";
}
#b {
quotes: "„" "“" "‚" "‘";
}
#c {
quotes: "«" "»" "‹" "›";
}
</style>
</head>
<body>
<h1>The quotes Property</h1>
<p><q id="a">This is a quote.</q></p>
<p><q id="b">This is a <q>quote</q> inside a quote.</q></p>
<p><q id="c">This is a <q>quote</q> inside a quote.</q></p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_gen_quotes by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:23 GMT -->
</html>