How to create an unordered list
Note: An unordered list ul will create discs to the left of your list.
<ul>
<li>**list item goes here**</li>
<li>**list item goes here**</li>
<li>**list item goes here**</li>
</ul>
(Unordered List Example)
(Unformated Example)