RetroZilla/parser/htmlparser/tests/html/56245_3.html

23 lines
266 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>