Answers for "how to list elements in roman numerals in html css"

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 "how to list elements in roman numerals in html css"

Browse Popular Code Answers by Language