Unordered List

Organize your lists with a bulleted list.

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


The "ul" means "unordered list." That's where we are saying we want the dotted list. The "li" stands for "list item." We're telling it that we want the dot there.

Close Window