Multiple choice technology

Which set of tags looks like this? ·Dogs ·Cats ·Birds

  1. <ul></ul>

  2. <ol></ol>

  3. <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.