-
Which of the following increases or decreases the size of element?
-
- matrix()
- scale()
- skewY()
- skewX()
- None of these
Correct Option: B
The scale() method increases or decreases the size of an element according to the parameters given for width and height,
div {-ms-transform: scale(3,5); -webkit-transform: scale(3,5); transform: scale(3,5);}