Multiple choice technology web technology How can you make a list that lists the items with bullets? <ol> <list> <dl> <ul> Reveal answer Fill a bubble to check yourself D Correct answer Explanation The (unordered list) tag creates bulleted lists. creates numbered lists, is for definition lists, and is not a valid HTML element. The 'u' in ul stands for 'unordered'.