Computer Science, asked by nbmadhumidha, 1 month ago

Find the output for the html program<HTML>
<BODY>
<OL type = "1">
<LH> Table Fruits </LE
<LI> Apple
<LI> Banana
<LI> Orange
<LI> Watermelon
</OL>
</BODY>
</HTML>​

Answers

Answered by BrainlyProgrammer
2

Answer:

 \dag \sf Given\:Cöde:\begin{cases}&lt;HTML&gt; \\ &lt;BODY&gt; \\ \sf &lt;OL \:  type = "1"&gt; \\ &lt;LH&gt;  \sf \: Table \: fruits &lt;/LE &gt;  \\&lt;LI&gt; Apple \\ &lt;LI&gt; Banana \\ &lt;LI&gt; Orange \\ &lt;LI&gt; Watermelon \\ &lt;/OL&gt; \\ &lt;/BODY&gt; \\ &lt;/HTML&gt; \end{cases}

Answer:-

Table Fruits

  1. Apple
  2. Banana
  3. Orange
  4. Watermelon

••••

Attachments:
Answered by shyambabumm15
0

Answer:

it will be as printing fruits

Similar questions