MCQ
Which HTML tag is used to define an unordered list?
A <ol>
B <ul>
C <li>
D <list>
Explanation

The <ul> tag defines an unordered (bulleted) list. <ol> is for ordered lists and <li> defines list items.