Sunday, 23 October 2011

HTML Lists - An unordered list


<html>
<body>

<h4>An Unordered List:</h4>
<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

</body>
</html>

No comments:

Post a Comment