+ 1
Using <ol> tag different ways
Counting reverse , Roman , capital alphabet , and in small alphabets .
2 Antworten
+ 1
you could change the ol's type to a/A/i/I
so it counts by alphabetical order or even reverse the count or start it from any number instead of 1.
<ol type="a"> == counts from a, b, c etc.
type="A" == counts as A, B, C, D..
type="i" == counts in small roman letters
type="I" == big roman letters.
and
you can use <ol reversed type="a"> for reversed counting
Follow me for more important stuff . And if you found these useful give it a thumb up
+ 2
https://www.sololearn.com/Discuss/526953/what-is-the-code-to-out-roman-number-in-order-list-ol
https://www.w3schools.com/tags/tag_ol.asp
https://www.w3schools.com/cssref/pr_list-style-type.asp
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol
https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type