Advertisements
Advertisements
Question
Write exact output of following HTML Code:
<HTML>
<DODY>
<OL start – “10”>
<Li> English
<Li> Second language
</OI>
<OL> Type = “a”
<li> Compulsory
<li> Optional
</UL>
<UL Type = “Square”>
<Li> Science
<Li> Arta
<li> Commerce
</LU>
</BODY>
</HTML>
Answer in Brief
Solution
10. English
11.Second Language
a. Compulsory
b. Optional
Science
Arts
Commerce
shaalaa.com
Hyper Text Markup Language (HTML)
Is there an error in this question or solution?