MCQ
What is the main difference between <ul> and <ol> lists?
Unit-3 Programming Fundamentals
A <ul> is ordered, <ol> is unordered
B <ul> uses bullets, <ol> uses numbers
C Both use numbers
D <ol> is for images
Explanation

An unordered list (<ul>) shows bullets while an ordered list (<ol>) shows numbers.