Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<p lang="en"><q>I don't know</q></p> <p lang="fr"><q>Je ne sais quoi</q></p>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's quotes in action */ :lang(en) q { quotes:"\201c" "\201d"; } :lang(fr) q { quotes:"\00ab" "\00bb"; } /* this is to make the demo look pretty */ q:before, q:after { font-size:2em; }
Show me!
Your results appear here: