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