blob: 57eda208c071927864742dec21c6e376109470e4 [file] [log] [blame]
<html>
<head>
<style type="text/css">
*#abc { color: blue }
</style>
</head>
<body>
<h1>Html Heading</h1>
<p>fzz</p>
<h2>Html Heading</h2>
<p ID="abc">fzz</p>
<p>works in ie, not in word.</p>
</body>
</html>