<ol>
<li>First</li>
<li> Second</li>
<li> Third </li>
<li> Fourth</li>
<li> Fifth</li>
</ol>
ol{
list-style:lower-roman;
margin-left: 20px;
}
ol li{
font-family: courier;
font-size: 120%;
padding: 5px;
color: blue;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.