CBSE Class 10 Computer Applications
Question 173 of 176
HTML I — Basic HTML Elements — Question 46
Back to all questions 46
Question Question 34
Differentiate between ordered and unordered lists.
| 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> |