Answers for "css ordered list roman numerals"

1

ordered list with roman numerals html

<ol type="i">
  <li> lowercase roman numerals </li>
</ol>

<ol type="I">
  <li> uppercase roman numerals </li>
</ol>
Posted by: Guest on October-05-2021

Code answers related to "css ordered list roman numerals"

Browse Popular Code Answers by Language