Computer Science, asked by chanchalkumari3012, 4 months ago

. What is the output of the following segment of the HTML code? BODY><OL type=“1”><LI> Mango </LI><LI> Apple </LI><LI> Banana </LI></OL></body> *

Answers

Answered by kumarrparth
1

Answer:

Error

Explanation:

There will be a error because body tag should written like this:

<BODY> not BODY>

Similar questions