blob: 4ac9fb5e7269c51e67544c960704f49efe00d761 [file] [log] [blame] [edit]
<html>
<head>
<style type="text/css">
p[id] { color: red }
</style>
</head>
<body>
<h1>Html Heading</h1>
<p ID="xx">fzz</p>
<h2>Html Heading</h2>
<p>fzz todo doesnt work</p>
</body>
</html>