blob: 90ce6ff506f7dffb90fc6f139d483ba0b4ec3462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html xmlns="http://www.w3.org/1999/xhtml">
<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>
|