CLICK HERE

Earning More

Clickz

Saturday, December 4, 2010

Nested List 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</li>
    </ul>
  </li>
  <li>Milk</li>
</ul>
<img src="e:\HTML\I-love-you-card-2.jpg" width="220" height="200" alt="Kuldeep Ji">
</body>
</html>

No comments:

Post a Comment