To create a bulleted list use?
D
Correct answer
Explanation
The <ul> (unordered list) tag creates bulleted lists in HTML. Each list item uses <li>. Option A <ol> creates numbered/ordered lists, B is not a standard HTML tag (the correct item tag is `<li>`), and C doesn't exist in HTML.