Multiple choice technology web technology What is used for Bulleted Lists in HTML? <ul> <ol> <dl> <gl> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The tag in HTML is used to create unordered (bulleted) lists. Each list item is then marked with the tag. The tag creates numbered lists, and creates definition lists.