MCQ
Which HTML tag is used to define an unordered list?
Explanation
The <ul> tag defines an unordered (bulleted) list. <ol> is for ordered lists and <li> defines list items.