Answers for "tag for ordered list with small roman numbers"

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 "tag for ordered list with small roman numbers"

Browse Popular Code Answers by Language