Multiple choice technology web technology

What is used for Bulleted Lists in HTML?

  1. <ul>

  2. <ol>

  3. <dl>

  4. <gl>

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

The

    tag in HTML is used to create unordered (bulleted) lists. Each list item is then marked with the
  • tag. The
      tag creates numbered lists, and
      creates definition lists.