InterviewSolution
Saved Bookmarks
| 1. |
What skews an element along X and Y-axis?(a) skew()(b) skewX()(c) skewY()(d) matrix()I have been asked this question in an international level competition.This intriguing question originated from Table Graphs, 2D Transforms, Boxing of Images & Constrained Images in portion Layout & Images of CSS |
|
Answer» CORRECT OPTION is (a) skew() To elaborate: The skew() METHOD skews an element ALONG X and Y-axis by the GIVEN angles, |
|