NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

<!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 />

<!-- Warning: markup below is not valid XHTML -->
<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>
<!-- End invalid markup -->

</body>
</html>

CLOSE WINDOW | VIEW RENDERED PAGE