KnowledgeBoat Logo
|

Computer Applications

Create a nest list as follows using both ordered and unordered list tags :

  1. Operating System
    • Disk Operating System
    • Windows
    • Unix
    • Linux
  2. MS - Office
    • Word
    • Excel
    • PowerPoint
    • Access
  3. OpenOffice.org
    • Writer
    • Calc
    • Impress
    • Base
  4. Accessories
    • Paint
    • Calculator
    • Note Pad
    • Word Pad

HTML Intro

9 Likes

Answer

<OL TYPE = "1"> 
<LI>
Operating System 	
<UL TYPE = "CIRCLE">
<LI> Disk Operating System </LI>	
<LI> Windows </LI>
<LI> Unix </LI>	
<LI> Linux </LI>
</UL>
</LI>	
<LI>
MS - Office 	
<UL TYPE = "SQUARE">
<LI> Word </LI>
<LI> Excel </LI>
<LI> PowerPoint	</LI>
<LI> Access	</LI>
</UL>
</LI>
<LI>
OpenOffice.org
<UL TYPE = "DISC">
<LI> Writer </LI>
<LI>Calc </LI>
<LI>Impress </LI>
<LI>Base </LI>
</UL>
</LI>
<LI>
Accessories
<UL TYPE = "DISC"> 
<LI> Paint </LI>
<LI> Calculator </LI>
<LI> Note Pad </LI>
<LI> Word Pad </LI>
</UL>
</LI>
</OL>
Output
Create a nest list as follows using both ordered and unordered list tags. Practical Assessment. Basic HTML ELements, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.

Answered By

3 Likes


Related Questions