x
<html lang="en">
<head>
<title>CSS tutorial</title>
<style type="text/css">
q:lang(en) {
quotes: '<<' '>>';
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
p {
margin-top:30px;
font-family:"Arial", sans-serif; color:#637;
}
</style>
</head>
<body>
<p><q>In this paragraph we should see quotes <i><b><<</b></i> and <i><b>>></b></i>, instead of <i><b>"</b></i> and <i><b>"</b></i> which are the usual ones.</q></p>
</body>
</html>
Comments
No comments have been made yet.
Please login to leave a comment. Login now