CLICK HERE

Earning More

Clickz

Saturday, December 4, 2010

Nested List 2 coding

<html>
<body>
<title>Kuldeep Ji</title>

<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>
<img src="e:\HTML\kuldeep.png" width="520" height="400">
</body>
</html>

1 comment: