How to create an ordered list
Note: An ordered list ol will create numbers to the left of your list to order it.
<ol>
<li>**list item goes here**</li>
<li>**list item goes here**</li>
<li>**list item goes here**</li>
</ol>
(Ordered List Example)
(Unformated Example)