<html>
<head>
<style>
q:lang(no) {
quotes: "~" "~";
}
</style>
</head>
<body>
<p>Some text <q lang="no">A quote in a paragraph</q> Some text.</p>
<p>In this example, :lang defines the quotation marks for q elements with lang="no":</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_lang by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:10 GMT -->
</html>