Multiple choice technology web technology

To create a bulleted list use?

  1. <ol>

  2. <il>

  3. <bullet>

  4. <ul>

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

The <ul> (unordered list) tag creates bulleted lists in HTML. Each list item uses <li>. Option A <ol> creates numbered/ordered lists, B is not a standard HTML tag (the correct item tag is `<li>`), and C doesn't exist in HTML.