RetroZilla/parser/htmlparser/tests/html/bug4956.html

47 lines
851 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!--
this is the same HTML as before with one change (7B) remove the
<FONT> from the previous case and 'Mooney's grass ...' overlays
the image.
-->
<html><body>
<title>bug4956</title>
<span style="background-color:yellow">
<a href="bug5859.html">
Next...</a></span><br><br>
<font face=arial,helvetica size=-1>
<p>
<br clear=all>
<p>
<table width=50 border=0 align=left>
<tr><td>
<img src="http://graphics.boston.com/globe/images/columns/mcgrory.gif"
width=50 height=62>
</td></tr>
</table>
BRIAN MCGRORY</font><br> <!-- (7B) -->
Mooney's grass is always greener ... As the Sox return Tuesday for ...
</body></html>