how to get number list in html

HTML
<ol>
<li>Example</li>
<li>Example2</li>
<li>Example3</li>
</ol>
Source

Also in HTML: