<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>List Indent Example</title>
</head>
<body>
<dl>
<dd>
<p>This paragraph is indented. Watch out for
the left edge. Get too close and you'll hurt yourself!
</p>
</dd>
</dl>
<br />
<br />
<ul>
<ul>
<p>This paragraph is even further indented. Many HTML authors
and authoring tools use this style to indent because
it takes fewer tags, but it is not standards based and
really should not be used.</p>
</ul>
</ul>
</body>
</html>