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

Answered By
2 Likes
Related Questions
Insert the
<OL>tag (ordered list) around the following list text.e. Story Books f. Computer Books g. Text Books h. General BooksChange the style of the bullets : e.g., I, i, A and 1,2
Create a nest list as follows using both ordered and unordered list tags :
- Operating System
- Disk Operating System
- Windows
- Unix
- Linux
- MS - Office
- Word
- Excel
- PowerPoint
- Access
- OpenOffice.org
- Writer
- Calc
- Impress
- Base
- Accessories
- Paint
- Calculator
- Note Pad
- Word Pad
Write HTML code to display an ordered list (with uppercase roman numbers) listing any three subjects being taught in your school. The web page should have a red background and the title of the page should be 'My Subjects'.
Fill in the blanks:
(i) …………… tag is used to insert a line break on a web page.
(ii) The tag …………… is used to create subscripts and …………… tag is used to create superscripts on a web page.