Computer Science, asked by aditisrivastava13oct, 1 month ago

How will you nest an ordered list inside an unordered list​

Answers

Answered by pranita30
0

Answer:

Unordered list is a list which is described in a bullet fashion where as ordered list are denoted in a numerical fashion. To insert/nest an unordered list inside an ordered list, you need to embed the unordered list inside the li tag which is already embedded inside the ordered list.

Explanation:

Hope it's helpful

Similar questions