Source code

Revision control

Copy as Markdown

Other Tools

<head>
<title>CSS and Quotes: Counting Right (Slightly Simpler Version)</title>
<style type="text/css">
<![CDATA[
.test { margin-left: 2em; }
]]>
</style>
</head>
<body>
<div class="test">Isn't it wonderful to see CSS quotes work!!!</div>
</body>
</html>