Chat room

Create a Meebo Chat Room
Showing posts with label w. Show all posts
Showing posts with label w. Show all posts

Monday, October 11, 2010

HTML Lists:2:

Previously I told you about the ordered and ordered lists now there are some other examples the code is as:
<ol>
<li type="a">lowercase letter</li>
<li type="A">uppercase letter</li>
<li type="i">lowercase roman</li>
<li type="I">upppercase roman</li>
<li type="1">numeric</li>
</ol>
<ul>
<li type="square">square</li>
<li type="disc">disc</li>
<li type="circle">circle</li>
</ul>

Twitter Delicious Facebook Digg Stumbleupon Favorites More