|
HTML Ordered and Unordered Lists |
|
|
|
Contributed by Joe
|
|
Tuesday, 04 July 2006 |
|
Page 1 of 2 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>
<< Start < Previous 1 2 Next > End >> |
|
Last Updated ( Tuesday, 04 July 2006 )
|