a list starting at 0 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

a list starting at 0

It automatically starts at 1, but if I want it to start at 0? what will it be?

2nd Jun 2016, 5:19 AM
VctEspiritu
VctEspiritu - avatar
3 Answers
+ 6
You can do that via the start attribute. For example: <ol start="0"> <li>First</li> <li>Second</li> <li>Third</li> </ol>
2nd Jun 2016, 8:05 AM
James Flanders
+ 1
wow.. start="0" :)
14th Jun 2016, 10:56 PM
Sergey Pautov
Sergey Pautov - avatar
0
<ol start="0"> <li>red</li> <li>green</li> <li>blue</li> </ol>
10th Jun 2016, 6:11 AM
alka mundra