Q. Which attribute is used to specify inline styles in React?
β
Correct Answer: (A)
style (with an object)
Explanation: The style attribute takes a JavaScript object with camelCase properties.