|
HTML Ordered and Unordered Lists |
|
|
|
Contributed by Joe
|
|
Tuesday, 04 July 2006 |
|
Page 2 of 2 HTML Unordered ListsAn unordered list is a list in which items do not have to take place sequentially. You'll be most familiar with the term bulleted list. Bulleted lists can be used to display such items as product lists, featured items, and short but concisely organized content. An unordered list works exactly the same way that an ordered list does, but it simply uses the <ul>. . .</ul> (unordered list) element instead of the ordered list element HTML Unordered Lists example<ul> <li>IBM</li> <li>SUN</li> <li>MICROSOFT</li> </ul>
|
|
Last Updated ( Tuesday, 04 July 2006 )
|