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

34 lines
499 B
HTML

<html>
<head><title>Welcome to Hewlett-Packard</title>
</head>
<body >
This file was created on 9/16/97 for bug #85117, assert in parser
when closing dd tag.
<br>This is from the end of the page www.hp.com
<br>Note, an optional closing dd tag is missing.
<tr>
<td width=445 align=center>
<dl>
<dd>[<a href="/go/search">Search HP</a>]
[<a href="#top">Top</a>]
[<a href="/go/feedback">Contact HP</a>]
[<a href="/ahp/HPCopyright-97.html">Copyright</a>]
</dl>
</td>
</tr>
</BODY>
</HTML>