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

20 lines
226 B
HTML

<html>
<head>
<style>
font { background-color:yellow }
</style>
</head>
<body>
<font color=red>italized text<x> unknown
<table border=1>
<tr>
<td>
</font>cell 1
</td>
</tr>
</table>
</body>
</html>