This is an ordered list:
<OL>
<LI>First item </LI>
<LI>Second item </LI>
<LI>Third item </LI>
</OL>
It will be rendered as
- First item
- Second item
- Third item
This is an unordered list:
<UL>
<LI>First item </LI>
<LI>Second item </LI>
<LI>Third item </LI>
</UL>
It will be rendered as
- First item
- Second item
- Third item
Inside the list items, you can put whatever you want-- links, images,
tables (more on those later), or even other lists. Nested lists are actually
quite common, useful for outlines or cascading menus.