April 26, 2009

0 Different types of unordered Lists

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:



  • Apples

  • orange

  • grapes

  • lime



Circle bullets list:



  • Apples

  • orange

  • grapes

  • lime



Square bullets list:



  • Apples

  • orange

  • grapes

  • lime





0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger