Multiple choice

Type attribute of <ul> can take __________ value(s).

  1. circle

  2. square

  3. disc

  4. all of the above

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

The type attribute of the ul (unordered list) tag can take three values: disc (default solid bullet), circle (hollow bullet), and square (square bullet). These control the appearance of list item markers.