What is <ol>and </ol> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is <ol>and </ol>

I'm learning list and I wanna know what <ol>and</ol> mean https://code.sololearn.com/W0sNK8Df9xC8/?ref=app

2nd May 2017, 1:32 PM
Anonymous
Anonymous - avatar
3 Answers
+ 12
<ol></ol> means ordered list <ol> => Starting tag </ol> => Corresponding end tag <ol> <li>Donuts</li> <li>Pizza</li> </ol> Output: 1. Donuts 2. Pizza
2nd May 2017, 1:34 PM
Complex
Complex - avatar
+ 11
Good luck and Happy coding
2nd May 2017, 1:37 PM
Complex
Complex - avatar
+ 2
ohhh
2nd May 2017, 1:37 PM
Anonymous
Anonymous - avatar