Q. What does `defaultValue` do in input elements?
β
Correct Answer: (A)
It sets a static initial value
Explanation: `defaultValue` sets the initial value for uncontrolled components.