Select the property that is used to change the list style to show roman numerals instead of normal numbers? code example
Example: list-style-type
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>