Vidyalelo
CSS · Q126

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 126

Q126

Which of the following transform property value defines a 3D transformation, using a 4×4 matrix of 16 values?

A.
matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
Answer
B.
matrix(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
C.
matrix2d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
D.
all of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board