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

20 lines
226 B
HTML
Raw Normal View History

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