Q. Which is the property used to position the object in the left of the screen?
β
Correct Answer: (C)
object.style.left
Explanation: The property object.style.left = distance in pixels or points sets distance from left edge of the screen.