HTML List UL Code


Unordered List (Bullet HTML Code)

    The <ul></ul> tags do the unordered lists. These are lists without any numbering system attached. They do however, separate individual items very nicely. Each item is preceded by a bullet icon. These are also called the HTML bullet lists.


Syntax


<UL type=shape>
  list-items
</UL>



Modifiers

TYPE=shape
The type is the shape of the preceding bullet in front of each item. Bullet shapes can be DISC, CIRCLE or SQUARE.