Unordered (Bulleted) and Ordered (Numbered) Lists

Unordered Lists

A list you see more often on the Web is a bulleted list, also called an unordered list.

Unordered lists start with <UL> and close with </UL>, and each list is denoted by the list item tag <LI>.

See an example

Ordered Lists

An ordered list is similar to an unordered list except it has a number instead of a bullet. This number increases by one with each list item.

The ordered list starts with the <OL> tag and closes with the </OL> tag. Each item in the list has a list item tag <LI>.

See an example


Jump to the previous, next, or first slide.