blob: 1b62d8c3b132bf945b1ce767185e2e4cdcd3089e [file] [log] [blame]
<html>
<head>
<style type="text/css">
#abc { color: blue }
</style>
</head>
<body>
<h1>Html Heading</h1>
<p>fzz</p>
<h2 ID="abc">Html Heading</h2>
<p ID="abc">fzz</p>
<p>works both in ie and word</p>
</body>
</html>