An ordered list is also a list of items.
The list items are marked with numbers
not with the bullets.
An unordered list starts with the
<ol> tag and end with </ol>.
list items are defined in between <ol> & </ol>.
Each list item is surrounded by the <li> & </li> tag.
<ol> tag is used for onordered list.
Between <ol> & </ol>you have to enter list of items.
<li> tag is used for list item. Each list
item is surrounded by <li> & </li> tag.
Format:
<ol> <li> item1 </li><li>
item2 </li> .......<li> itemn <li><ol>
Example :
;<ol>
;<li> Text Book;</li> ;<li> Note Book;</li>
<li> Pen;</li> ;<li> Pencil;</li>
</ol>
Output
- Text Book
- Note Book
- Pen
- Pencil
Thus one can use
ordered list Tag to display
ordered items on Blog anywhere
Have a look at unorderd list here
Copyright © 2008 Tips for Bloggers All rights are reserved
0 comments:
Post a Comment