Unnumbered Lists

Unnumbered lists are simple lists with the text indented and a bullet before every item. This is the most common type of list. They are written this way:

<UL>

<LI> apples
<LI> bananas
</UL>

It helps to indent the list items, so you can see where the list starts and ends. The output is:


[Back] Back to Formatting Lists
[Back] Back to Styles and Text Formatting
[Up] Up to the Contents page