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?
- the top left corner of the element
 - the center of the element
 - the top right corner of the element
 - the bottom left of the element
 
Answer: The correct answer of the above question is Option A:the top left corner of the element