cthulhu/test/html/list-with-anchors-and-hyphens.html

15 lines
276 B
HTML
Raw Normal View History

<html>
<head>
<body>
<div style="width:200;">
<div>Line 1</div>
<dl>
<dt><a name="foo" id="foo"></a>Line 2: <strong>Foo</strong>
<em>blah-blah-blah-blah-blah</em></dt>
<dd><p>blah</p></dd>
</dl>
<div>Line 3</div>
</div>
</body>
</html>