Sign in
appsheet-third-party
/
open-xml-powertools
/
e46e5655d39c0e4dea99d148db8442279decf722
/
.
/
TestFiles
/
T0530.html
blob: 7a36148038a32785f2694d35f53dd6f19057ab9b [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
p
.
abc
{
color
:
red
}
</style>
</head>
<body>
<h1>
Html Heading
</h1>
<p>
fzz
</p>
<h2>
Html Heading
</h2>
<p
class
=
"abc"
>
fzz
</p>
<p>
fzz
</p>
</body>
</html>