Advertisements
Advertisements
प्रश्न
Write HTML code for the following output:
- Computer Science
- Paper-I
-
C++ Language
-
HTML
-
OS
-
DS
-
- Paper-II
- Microprocessor
- Microcontroller
- X-86 processor
- Networking
कोड लेखन
Advertisements
उत्तर
<html>
<body>
<UL type="square">
<LI> Computer Science</LI>
</UL>
<UL type="disc">
<LI> Paper- I</LI>
<OL type="i">
<LI> C++ Language</LI>
<LI> HTML </LI>
<LI> OS </LI>
<LI> DS </LI>
</OL>
</UL>
<UL type="circle">
<LI> Paper- II</LI>
<OL type="1">
<LI> Microprocessor</LI>
<LI> Microcontroller </LI>
<LI> X-86 Processor </LI>
<LI> Networking </LI>
</OL>
</UL>
</body>
</html>shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
