Ordered list in ionic

The html tag “ol” which is for ordered list is not working in ionic. Is there any way to have an ordered list numericaly?

Example:

  1. Abc
  2. Def
  3. Ghi

What are you trying right now that “is not working in ionic”?

i’m sorry. the html tag “ol” for ordered list is not working

Can you share your code?

Ok, so you just want to display something with numbers in front of it. Correct?

Then it sounds like a CSS problem. Ionic probably disables the numbering, so just check if it is so and then change it yourself via CSS.

1 Like

It worked! Thanks! :smile: