MCQ
Which tag creates an unordered (bulleted) list?
Unit-3 Programming Fundamentals
A <ol>
B <ul>
C <li>
D <dl>
Explanation

The <ul> tag creates an unordered list which uses bullet markers.