How to create ordered list containing unordered list? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create ordered list containing unordered list?

26th Jul 2017, 12:50 PM
Richa sahu
Richa sahu - avatar
2 Answers
+ 3
<ol> <li> <ul><li></li></ul> </li> </ol>
26th Jul 2017, 2:00 PM
Malak Naim
Malak Naim - avatar
- 1
is this helpful? <ol> <li>here is the first</li> <li>here is the second</li> <ul> <li>subcategory one</li> <li>subcategory two</li> <li>subcategory three</li> </ul> <li>here is the third</li> </ol>
26th Jul 2017, 1:06 PM
TYONUM PETER
TYONUM PETER - avatar