Order List:
<OL> Opening tag
<LI> For each item in list
</OL> Closing tag
| You Type |      You Get |
|
<OL> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </OL> |
|
Add an attribute to the opening <OL> tag to get a different type of list.
| You Type |      You Get |
|
<OL start=10> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </OL> |
|
| You Type |      You Get | You Type |      You Get |
| <OL type=A> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </OL> |
| <OL type=a> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </OL> |
|
| You Type |      You Get | You Type |      You Get |
| <OL type=I> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </OL> |
| <OL type=i> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </OL> |
|
Attributes:
Unordered List:
<UL> Opening tag
<LI> For each item in list
</UL> Closing tag
| You Type |      You Get |
|
<UL> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </UL> |
|
Add an attribute to the opening <UL> tag to get a different type of list.
By default you get the disc.
| You Type |      You Get | You Type |      You Get |
| <UL type=square> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </UL> |
| <UL type=circle> <LI>Item 1 <LI>Item 2 <LI>Item 3 <LI>Item 4 </UL> |
|
Attributes:
<DL> Start Definition List
<DT> Definition Term
<DD> Definition Data
</DL> End Definition List
Used to list terms and their definitions.
Example:
This would show as: