Test Series - css

Test Number 44/59

Q: Which of the following selector is used to select and style when you place mouse over it?
A. focus
B. hover
C. mouse
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following method increases or decreases the size of an element using tranform?
A. rotate()
B. scale()
C. translate()
D. matrix()
Solution: Self-explainatory.
Q: Which of the following method moves an element from its current position using tranform?
A. rotate()
B. scale()
C. translate()
D. matrix()
Solution: Self-explainatory.
Q: Which of the following property specifies the speed curve of the transition effect?
A. transition-delay
B. transition-duration
C. transition-timing-function
D. transition
Solution: Self-explainatory.
Q: Which of the following method skews an element along the X-axis by the given angle using tranform?
A. skewX()
B. skewy()
C. x-axis()
D. skew()
Solution: Self-explainatory.
Q: Which of the following method skews an element along the X and Y-axis by the given angles using tranform?
A. skewX()
B. skewy()
C. skew-X-Y()
D. skew()
Solution: Self-explainatory.
Q: Which of the following transition-timing-function property specifies a transition effect with a slow start?
A. ease
B. ease-in
C. ease-in-out
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly
A. ease
B. ease-in
C. ease-in-out
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
A. cubic(n,n,n,n)
B. matrix(n,n,n,n)
C. cubic-bezier(n,n,n,n)
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following method combines all the 2D transform methods into one using transform?
A. combine()
B. 2D-tranform()
C. matrix()
D. none of the mentioned
Solution: Self-explainatory.

You Have Score    /10