Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > lists

<UL ...>

Usage Recommendation
thumbs up Use it.

<UL ...> creates an unordered list. The unordered part means that the items in the list are not in any particular order. <UL ...> works with <LI ...>. <UL ...> defines the list, <LI ...> defines each item in the list.

this code produces this
Grocery list:
<UL>
<LI>potatoes
<LI>spinach
<LI>lollipops
</UL>
Grocery list:
  • potatoes
  • spinach
  • lollipops

<UL ...>s can be nested to produce lists within lists:

this code produces this
<UL>
<LI>Marketing
<UL>
 <LI>Andy Hodges
 <LI>Trey Gregory
</UL>
<LI>Engineering
<UL>
 <LI>Karen Joslin
 <LI>Sheila Malone
 <LI>Karl Heinz
</UL>
</UL>
  • Marketing
    • Andy Hodges
    • Trey Gregory
  • Engineering
    • Karen Joslin
    • Sheila Malone
    • Karl Heinz

<UL TYPE="..."> >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com