Multiple choice technology Which set of tags looks like this? ·Dogs ·Cats ·Birds <ul></ul> <ol></ol> <dl></dl> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The bullet points in the example (·Dogs ·Cats ·Birds) indicate an unordered list, which uses tags in HTML. The tag is for underline, creates numbered lists, and is for definition lists.