Computer Applications
Insert the <OL>
tag (ordered list) around the following list text.
e. Story Books
f. Computer Books
g. Text Books
h. General Books
Change the style of the bullets : e.g., I, i, A and 1,2
HTML Intro
7 Likes
Answer
<OL TYPE = "a" START = "5">
<LI> Story Books </LI>
<LI> Computer Books </LI>
<LI> Text Books </LI>
<LI> General Books </LI>
</OL>
<OL TYPE = "I" START = "5">
<LI> Story Books </LI>
<LI> Computer Books </LI>
<LI> Text Books </LI>
<LI> General Books </LI>
</OL>
<OL TYPE = "i" START = "5">
<LI> Story Books </LI>
<LI> Computer Books </LI>
<LI> Text Books </LI>
<LI> General Books </LI>
</OL>
<OL TYPE = "A" START = "5">
<LI> Story Books </LI>
<LI> Computer Books </LI>
<LI> Text Books </LI>
<LI> General Books </LI>
</OL>
<OL TYPE = "1" START = "5">
<LI> Story Books </LI>
<LI> Computer Books </LI>
<LI> Text Books </LI>
<LI> General Books </LI>
</OL>
Output

Answered By
2 Likes
Related Questions
Create a list of definitions using
<DL>
,<DT>
and<DD>
.Proper Address Of Royalty. Your Majesty To The King or Queen Your Highness To The King's Children Your Highness To Nephews, Nieces and Cousins of the King.
Try to change the styles of bullets e.g.,
<UL>
.<OL>
.Insert the
<UL>
tags (unordered list) around the following list text.- Car
- Scooter
- Van
Change the style of the bullets: e.g., circle, square, disc.
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
Apply different font styles on these lists.