InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 property specifies how nested elements are rendered in 3D space?(a) transform(b) transform-style(c) transform-render(d) none of the mentionedThe question was asked during an online exam.This interesting question is from CSS3 Transitions for Images in portion CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT CHOICE is (C) transform-render Easiest EXPLANATION: Self-explainatory. |
|