Multiple choice technology web technology How can you make a list that lists the items with bullets? <ul> <ol> <dl> <list> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The (unordered list) tag creates bulleted lists in HTML. The tag creates numbered lists, while creates definition lists. There is no tag in HTML.