blob: e7bb8c7c2ab5db9a9b65ede37929fa3b12c6b1ea [file] [log] [blame] [edit]
<html>
<head>
<style type="text/css">
p:first-letter { text-transform: uppercase; font-size: 24; }
</style>
</head>
<body>
<h1>h1</h1>
<div>
<p>fzz</p>
<p>fzz</p>
</div>
<h1>h1</h1>
<p>works in IE, not in Word. this could be easier to implement than first-line.</p>
</body>
</html>