Each item in an unordered list is indented. Start each item of the list with the <LI>, or list item, tag. The item will be preceded by a "bullet".
For example, the following HTML source code:
Here is a list of Mexican cities. <UL> <LI>Mexico City <LI>Guadalajara <LI>Monterrey <LI>Acapulco <LI>Tasco </UL>
I understand unordered lists. Let's look at ordered lists.