Computer Science, asked by shrutisingh913, 5 months ago

write the output of the following html code:
<ol type=A start=3>
<li>Mango</li>
<li>Orange</li>
<li>Grapes</li>
</ol>

Answers

Answered by EthicalElite
19

\huge\tt{Answer:-}

Code :

<ol type=A start=3>

<li>Mango</li>

<li>Orange</li>

<li>Grapes</li>

</ol>

⠀ ⠀⠀ ⠀ ⠀⠀ ⠀

Output :

C. Mango

D. Orange

E. Grapes

Attachments:
Similar questions