Unordered list:
|
HTML code: <UL> <LI> First item in the list <LI> Next item in the list </UL>
|
Ordered list:
|
HTML code:<OL> <LI> First item in the list <LI> Next item in the list </OL>
|
Numerical Ordered list:
|
HTML code:<OL type="a"> <LI> First item in the list <LI> Next item in the list </OL>
|