Thursday, 30 October 2014

Program to create a Unordered list.

<html>
<head>
<title>Unordered List</title>
</head>
<body>
Unordered list
<ul>
<li>Peacock</li>
<li>Parrot</li>
<li>Sparrow</li>
<li>Swan</li>
<li>Pigeon</li>
</ul>
</body>
</html>

for more examples http://makeitsimple.co.in/HTML_programs.php

No comments:

Post a Comment