MCQ
Which HTML tag is used to create a numbered list?
A <ul>
B <ol>
C <li>
D <list>
Explanation

The <ol> tag defines an ordered (numbered) list. Each list item is defined with the <li> tag.