Question: To rotate an object 30 degrees counterclockwise, which style property would you apply?
- `transform: rotate(-30deg);`
- `transform: rotate(30deg);`
- `rotate: 30deg;`
- `spin: 30deg;`
Answer: The correct answer of the above question is Option A:`transform: rotate(-30deg);`