Using <ol type="1">
in HTML, I can get an ordered list to look like this:
- I like cheese
- Cookies are nice
- Cream is good ...
How would I use <ol>
to get an ordered list to only have odd numberings, like this?
1.I like cheese
3.Food is nice
5.I wish upon a star...