Answers for "html ol roman numerals"

0

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
0

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

Browse Popular Code Answers by Language