RetroZilla/parser/htmlparser/tests/html/56245_3.html
2015-10-20 23:03:22 -04:00

23 lines
266 B
HTML

<html>
<head>
<style>
font { background-color:yellow }
div { color:green }
x { background-color:blue; }
</style>
</head>
<body>
<font face="helvetica">
red<x> unknown
<div>div a
</font>
div b
</div>
normal text
</table>
</body>
</html>