Q4
Which is the property used to position the object in the left of the screen?
A.
object.position = left
B.
object = position.left
C.
object.style.left
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The property object.style.left = distance in pixels or points sets distance from left edge of the screen.