![]() |
VOOZH | about |
Bulma Content Ordered list alternative is used to specify the order type for displaying. It works as an HTML ol type attribute.
This defines which type (1, A, a, I, and i) of the order you want in your list numeric, alphabetic, or roman numbers.
Bulma Content Ordered list alternative class:
Syntax:
<ol class="Content Ordered list alternative Class"> <li></li> <li></li> .... <li></li> </ol>
Note: The default order list is a numeric order list.
Example: In this example, we will see all the alternatives in an ordered list like lowercase, uppercase, roman, and alphabetic.
Output:
👁 Bulma Content Ordered lists alternativesReference: https://bulma.io/documentation/elements/content/#ordered-lists-alternatives