Tuesday, 15 March 2016

Sample ul (un order list) program in html

<html>
<body>
<ul type="circle">
<li>cat</li>
<li>dog</li>
<li>cow</li>
</ul>
</body>
</html>

No comments:

Post a Comment