InterviewSolution
Saved Bookmarks
| 1. |
Which of the following moves an element from its current position?(a) rotate()(b) translate()(c) scale()(d) matrix() |
|
Answer» The correct answer is (b) translate() The explanation: The translate() method moves an element from its current position according to parameters given for X-axis and Y-axis, |
|