blob: ae638de73322d9bdc76b2cf2dce129dad37c9597 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<title>A List Apart</title>
<style type="text/css">
#subnav ul {
padding: 0;
}
#subnav ul li {
list-style: disc url(resources/listmark.gif) inside;
}
#subnav dd {
margin: 0;
}
</style>
</head>
<body>
<div id="subnav">
<dl>
<dt>DT text is rendered here</dt>
<dd>
<ul>
<li>LI text is here too</li>
</ul>
</dd>
</dl>
</div>
</body>
</html>