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