Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<p><q id="myQ" style="quotes:'\00ab' '\00bb';">This is a quote.</q></p>
<button type="button" onclick="myFunction()">Return quotation marks</button>
<script>
function myFunction() {
  alert(document.getElementById("myQ").style.quotes);
}
</script>
</body>
<!-- Mirrored from www.mdssup.ma/jsref/tryit.asp?filename=tryjsref_style_quotes2 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:19:37 GMT -->
</html>