InterviewSolution
Saved Bookmarks
| 1. |
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(d) object.shiftleftThe question was asked by my school principal while I was bunking the class.This interesting question is from Animation topic in portion Caching, Debugging and Animation of JavaScript |
|
Answer» The correct choice is (c) object.style.left |
|