Correct the following basic structure of ordered list and unordered list in HTML.
41.Ordered list </ol> </li> Mango<li> <li> Orange </li> <li> Banana<li> <li> Grapes <li> <ol>
Answers
Answered by
0
Answer:
<ol>
<li> mango </li>
<li> orange </li>
<li> Banana </li>
<li> grapes</li>
</ol>
Similar questions