Answer & Solution
Answer: Option D
Solution:
You can attach multiple event listeners to the same HTML element in JavaScript without overwriting existing ones by using the addEventListener() method multiple times for the same event. Each call adds a new event listener, allowing developers to define multiple actions for the same event without replacing or overriding existing listeners.