welcomewiki has just posted in the HTML Forum forum of Wiki Newforum under the title of HTML Lists.
This thread is located at http://www.wikinewforum.com/showthread.php?t=5783
Here is the message that has just been posted:
***************
<html>
<body>
<h4>A nested List:</h4>
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea
<ul>
<li>China</li>
<li>Africa</li>
</ul>
</li>
</ul>
</li>
<li>Milk</li>
</ul>
</body>
</html>
***************