Unordered List:
<UL>
<LI>List Item 1
<LI>List Item 2
<LI>List Item 3
</UL>
Gives Us:
- List Item 1
- List Item 2
- List Item 3
Ordered List:
<OL>
<LI>List Item 1
<LI>List Item 2
<LI>List Item 3
</UL>
Gives Us:
- List Item 1
- List Item 2
- List Item 3
Another Ordered List:
<OL TYPE="A" START="6">
<LI>List Item 1
<LI>List Item 2
<LI VALUE="12">List Item 3
<LI>List Item 4
</UL>
Gives Us:
- List Item 1
- List Item 2
- List Item 3
- List Item 4
--- End Of Example ---
Close this window to go back to the guide.