HTML Ordered and Unordered Lists: The page title

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 Unordered Lists

An 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 )

  home              contact us

 

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