Computer Science, asked by ghazalanaheed91, 7 months ago

What is the output of the following code? In case, there is any error in the output, suggest

ways to rectify it.

<HTML>

<HEAD>

<TITLE> Question 2 </TITLE>

</HEAD>

<BODY>

<H2> Displaying list of Fruits: </H2>

<OL start = 4 type = ‘a’ reversed >

<LI>Apple</LI>

<LI>Banana</LI>

<LI>Guava</LI>

<LI>Kiwi</LI>

<LI>Mango</LI>

<LI>Pineapple</LI>

</OL>

</BODY>

</HTML>​

Answers

Answered by ayaanppw
0

Answer:

everything is correct as it should be

Similar questions