Tuesday 17 July 2012

How to create an unordered list using html


<!DOCTYPE html>
<html>
<body>

<h4>An Unordered List:</h4>
<ul>
  <li>sugar</li>
  <li>Tea</li>
  <li>complan</li>
</ul>

</body>
</html>

0 Responses to “How to create an unordered list using html”

Post a Comment