Question: To rotate an object 30 degrees counterclockwise, which style property would you apply?

  1. `transform: rotate(-30deg);`
  2. `transform: rotate(30deg);`
  3. `rotate: 30deg;`
  4. `spin: 30deg;`

Answer: The correct answer of the above question is Option A:`transform: rotate(-30deg);`