Multiple choice general knowledge

tag is used to ________

  1. display the numbered list

  2. underline the text

  3. display the bulleted list

  4. bold the text

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

The UL (Unordered List) tag in HTML creates bulleted lists. For numbered lists, you would use OL (Ordered List) instead. UL does not underline, bold, or create any other text formatting.