Multiple choice technology web technology How can you make a list that lists the items with numbers? <ul> <list> <dl> <ol> Reveal answer Fill a bubble to check yourself D Correct answer Explanation The (ordered list) tag is used to create lists with numbered items. Option A () creates bulleted lists, while creates definition lists and is not a valid HTML tag. Ordered lists automatically number items starting from 1.