List in HTML MCQs Exercise I

Ques 1 List


What is the correct HTML tag for creating a list items?

A <list>
B <ol>
C <ul>
D <li>

Ques 2 List


When should you use <ol> and <ul> elements?

A Use <ul> when you want a bulleted list and <ol> when you want a numbered list.
B Use <ol> when you want a bulleted list and <ul> when you want a numbered list.
C Use <ol> when you have a list of items in which the order of the items matters.
D Use <ul> when you have a list of items that could go in any order.