Computer Applications
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.
HTML Intro
1 Like
Answer
<UL TYPE = "DISC">
<LI> Car </LI>
</UL>
<UL TYPE = "SQUARE">
<LI> Scooter </LI>
</UL>
<UL TYPE = "CIRCLE">
<LI> Van </LI>
</UL>
Output

Answered By
1 Like
Related Questions
Insert the
<OL>
tag around the following list text.- Recourse for a lady toward unpleasant men who persist in bowing.
- A simple stare of iciness should suffice in most instances.
- Her ignorance is sufficient that she is not willing to be friendly.
- As a last resort: " Sir, I have not the honor of your acquaintance."
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
<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
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