Vidyalelo
CSS · Q153

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 153

Q153

Which of the following property is used to define how nested items are rendered in a 3-D space?

A.
transform-style
Answer
B.
transform
C.
transform-origin
D.
transform-3D

Answer: Option A

Solution

Answer: Option A
Solution:
transform-style is used to define how nested items are rendered in a 3-D space, the choice being either flattened or with their dimensions preserved. This property affects the children of the element and not the element itself. Also, the property does not cascade, so it is necessary to apply it at all levels.