Lists

Sometimes, rather than just using plain text, you want to put items into a list to give them a clearer structure. In HTML, there are three types:

Ordered Lists
Ordered lists use numbers (or letters or roman numerals) to uniquely identify each item. They're useful when the items in the list have a clearly-defined sequence or order.
Unordered Lists
Unordered lists use bullets to separate each item. They're useful when the items in the list do not have a specific sequence or order.
Definition Lists
Definition lists separate each item into two parts - the term to be defined, and the definition of it. As the name implies, they're useful for lists of definitions.

<-- Previous Page

Line Breaks and Spaces

Next Page -->

Ordered Lists