Multiple choice technology

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

  1. <ul></ul>

  2. <dl></dl>

  3. <ol></ol>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Unordered (bullet) lists in HTML use

    tags, which is what option A shows. The
      tag creates numbered lists, is for underline, and
      is for definition lists.