RetroZilla/parser/htmlparser/tests/html/bug7723.html

20 lines
249 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body text="#FF0000">
<title>bug7723</title>
<span style="background-color:yellow">
<a href="bug7724.html">
Next...</a></span><br><br>
body color
<font color="#0000FF">
font color
<DIV>
<p>
<b>bold text</font>
</p>
</DIV>
</body>
</html>