1.

Which of the following will rotate an element clockwise or counter-clockwise?(a) rotate()(b) skewX()(c) skewY()(d) matrix()I have been asked this question in an interview for internship.Question is taken from Table Graphs, 2D Transforms, Boxing of Images & Constrained Images topic in portion Layout & Images of CSS

Answer»

Correct option is (a) rotate()

The explanation is: The rotate() method ROTATES an ELEMENT CLOCKWISE or counter-clockwise ACCORDING to the GIVEN degree,



Discussion

No Comment Found

Related InterviewSolutions