Computer Applications
Differentiate between ordered and unordered lists.
HTML Intro
11 Likes
Answer
Ordered list | Unordered list |
---|---|
Ordered list are indented lists that have numbers or letters in front of each item. | Unordered list are indented lists with a special bullet symbol in front of each item. |
For example, <OL> <LI>Apples</LI> <LI>Bananas</LI> <LI>Grapes</LI> </OL> | For example, <UL> <LI>Apples</LI> <LI>Bananas</LI> <LI>Grapes</LI> </UL> |
Answered By
6 Likes
Related Questions
How would you say,
"We're having our annual Impeachment Day SALE today,"
in normal sized blue text, but with the word "SALE" in the largest possible size in bright red ?What type of lists are supported by HTML ?
How will you nest an unordered list inside an ordered list ?
Which three tags let you create the definition lists ?