this tutorial shows a more complicated nested list
<html>
<body>
<h4>A nested List:</h4>
<ul>
<li>Coffee</li>
<li>Black Tea</li>
</ul>
<ul>
<li>Coffee</li>
<li>Black Tea</li>
</ul>
<ul>
<li>Coffee</li>
<li>Black Tea</li>
</ul>
</li>
</ul>
</li>
<li>Milk</li>
</ul>
</body>
</html>
April 26, 2009
0 Unordered list Nested List 2
Posted by raj on 11:31 PM
0 comments:
Post a Comment