InterviewSolution
Saved Bookmarks
| 1. |
What is the scale() method in HTML5? |
|
Answer» The SCALE() method SCALES the current drawing. It TAKES two PARAMETERS: - The number of times by which the IMAGE should be scaled in the X-direction. - The number of times by which the image should be scaled in the Y-direction. |
|