InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method increases or decreases the size of an element using tranform?(a) rotate()(b) scale()(c) translate()(d) matrix() |
|
Answer» The correct option is (b) scale() The explanation: Self-explainatory. |
|