What am I doing wrong??
Why is this wrong and what am I doing? It would be a great help if somebody could answer me! :smile:
What is wrong in my code?
Why is this wrong and what am I doing? It would be a great help if somebody could answer me! :smile:
What is wrong in my code?
so far i can see, you only nested ordered list (<ol>
) in unodered list (<ul>
), no unordered list (<ul>
) in unordered list (<ul>
), which is why you get the error
Oh, Thanks! I tried it and it worked!