<html>
<body>
<h4>A nested List:</h4>
<ul>
<li>Apple</li>
<li>Orange</li>
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
</li>
<li>Grapes</li>
</ul>
</body>
</html>
Copy it in your Note-Pad and save it as an htm or an html file and view it in your Default Browser.