RetroZilla/parser/htmlparser/tests/html/bug5859.html

37 lines
436 B
HTML
Raw Normal View History

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