The CSS3 3D Transformation function that moves the object offX pixels horizontally, offY pixels vertically, and offZ pixels along the z-axis is ____.

A. rotate3d(offX, offY, offZ, angle)
B. scale3d(offX, offY, offZ)
C. matrix3d(offX, offY, …, n)
D. translate3d(offX, offY, offZ)

Answer: D

Computer Science & Information Technology

You might also like to view...

A field width ________ be included in the format control string of the scanf statement.

a) can b) cannot c) must d) none of these

Computer Science & Information Technology

In a generic class declaration, the class name is followed by a(n) _____________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology