this tutorial shows different types of unordered lists.
<html>
<body>
<h4>Disc bullets list:</h4>
<ul type="disc">
<li>Apples</li>
<li>orange</li>
<li>grapes</li>
<li>lime</li>
</ul>
<h4>Circle bullets list: </h4>
<ul type="circle">
<li>Apples</li>
<li>orange</li>
<li>grapes</li>
<li>lime</li>
</ul>
<h4>Square bullets list: </h4>
<ul type="square">
<li>Apples</li>
<li>orange</li>
<li>grapes</li>
<li>lime</li>
</ul>
</body>
</html>
Disc bullets list:
Circle bullets list:
Square bullets list:
April 26, 2009
0 Different types of unordered Lists
Posted by raj on 11:23 PM
0 comments:
Post a Comment