InterviewSolution
Saved Bookmarks
| 1. |
Which of the following increases or decreases the size of element?(a) skewX()(b) matrix()(c) scale()(d) skewY() |
|
Answer» Correct option is (c) scale() To elaborate: The scale() method increases or decreases the size of an element according to the parameters given for width and height, |
|