Sign in
appsheet-third-party
/
open-xml-powertools
/
e46e5655d39c0e4dea99d148db8442279decf722
/
.
/
TestFiles
/
T0650.html
blob: a413b7a219a114e9a8c823467cd4c8bcc57aef3e [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
p
[
ID
=
abc
]
{
color
:
red
}
</style>
</head>
<body>
<h1>
Html Heading
</h1>
<p>
fzz
</p>
<h2
ID
=
"abc"
>
Html Heading
</h2>
<p
ID
=
"abc"
>
fzz
</p>
<p>
works in chrome, not in ie and word
</p>
</body>
</html>