KnowledgeBoat Logo
|

Computer Applications

Apply different font styles on these lists.

HTML Intro

1 Like

Answer

<OL TYPE = "1">
<FONT FACE = "COMIC SANS MS" COLOR = "RED" SIZE = "5"> 
<LI>
Operating System
<UL TYPE = "CIRCLE"> 
<FONT FACE = "TIMES NEW ROMAN" COLOR = "GREEN" SIZE = "4">
<LI> Disk Operating System </LI>	
<LI> Windows </LI>
<LI> Unix </LI>	
<LI> Linux </LI>
</FONT>
</UL>
</LI>

<LI>
MS - Office 	
<UL TYPE = "SQUARE">
<FONT FACE = "ARIAL BLACK" COLOR = "BLUE" SIZE = "3">
<LI> Word </LI>
<LI> Excel </LI>
<LI> PowerPoint	</LI>
<LI> Access	</LI>
</FONT>
</UL>
</LI>

<LI>
OpenOffice.org
<UL TYPE = "DISC">
<FONT FACE = "TIMES NEW ROMAN" COLOR = "GREY" SIZE = "3">
<LI> Writer </LI>
<LI>Calc </LI>
<LI>Impress </LI>
<LI>Base </LI>
</FONT>
</UL>
</LI>

<LI>
Accessories
<UL TYPE = "DISC">
<FONT FACE = "ARIAL" COLOR = "MAGENTA" SIZE = "3">
<LI> Paint </LI>
<LI> Calculator </LI>
<LI> Note Pad </LI>
<LI> Word Pad </LI> 
</FONT>
</UL>
</LI>
</FONT>
</OL>
Output
Apply different font styles on these lists. Practical Assessment. Basic HTML ELements, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.

Answered By

3 Likes


Related Questions