Which tag is used to create a bullet or unordered list?
To create a bullet or unordered list in HTML, <ul> (unordered list) tag is used along with the <li> (list item) elements.