MCQ
Which HTML tag is used to create a numbered list?
Explanation
The <ol> tag defines an ordered (numbered) list. Each list item is defined with the <li> tag.