This is some text before the list.
<ul type="square">
<li>This is the first item in the list</li>
<li type="circle">This is the second item in the list</li>
<li>This is the third item in the list</li>
<li type="disc">This is the fourth item in the list
(Numbered 1)</li>
</ul>
This is some text after the list.
|
This is some text before the list.
- This is the first item in the list
- This is the second item in the list
- This is the third item in the list
- This is the fourth item in the list (Numbered 1)
This is some text after the list. |