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

37 lines
436 B
HTML

<html>
<body>
<title>bug5859</title>
<span style="background-color:yellow">
<a href="bug6233.html">
Next...</a></span><br><br>
<div style="float: left; border: medium solid purple; width: 10em;">
Floating Div, floating left.
</div>
<font face="arial, geneva, helvetica">
<p style="border: medium solid green; margin-top: 0;">Paragraph</p>
<font face="arial, geneva, helvetica, sans, swiss"></font>
</body>
</html>