Which HTML tag is used to create a bulleted list?
<p>
<ol>
<li>
<ul>
The <ul> tag is used to create an unordered list, which displays a bulleted list of items. Each item in the list is defined by the <li> tag.
19 / 32