HTML Ordered and Unordered Lists

Home arrow HTML & CSS Tutorials arrow HTML Tutorial arrow HTML Ordered and Unordered Lists
HTML Ordered and Unordered Lists Print E-mail
Contributed by Joe   
Tuesday, 04 July 2006

HTML Ordered Lists overview 

An ordered list is a list of items that must be followed in a specific order, such as in a recipe or directions to someone's home. Ordered lists are also called numbered lists

 

Two elements are required to create an ordered list. The first is the <ol>. . . </ol> (ordered list) element, and the second is the <li> . . . </li> (list item)

HTML Ordered Lists Example

<ol>
<li>First</li>
<li>Second</li>
<li>At last </li>
</ol>



Last Updated ( Tuesday, 04 July 2006 )

  home              contact us

 

©2006-2012 DeveloperZone.biz   All rights reserved     powered by Mambo Designed by Siteground