Vidyalelo
JavaScript · Q4

Animation

Programming · JavaScript · question 4

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
Answer
D.
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.