Question: CSS transform properties are used to change the shape and position of the selected objects. The transform-origin property specifies the location of the element's transformation origin. By default, what is the location of the origin?

  1. the top left corner of the element
  2. the center of the element
  3. the top right corner of the element
  4. the bottom left of the element

Answer: The correct answer of the above question is Option A:the top left corner of the element