Question: Which CSS property and value would correctly remove the bullets from a list item?

  1. `list-tem: none`
  2. `bullets: hidden`
  3. `list-style-type: none`
  4. `list-bullet: none`

Answer: The correct answer of the above question is Option C:`list-style-type: none`