CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Transitions for Images”.
Q 1. Which of the following css property specifies an image to use as the background of an element?
A. background
B. background-image
C. background-img
D. none of the mentioned
Show Answer
Answer:-B. background-imageQ 2. Which of the following CSS property specifies a delay for the transition effect?
A. transition-delay
B. transition-effect
C. transition
D. transition-duration
Show Answer
Answer:-A. transition-delayQ 3. Which of the following method rotates an element around its Y-axis at a given degree using tranform 3D?
A. rotateY()
B. rotate-Y()
C. rotate-Yaxis()
D. none of the mentioned
Show Answer
Answer:-A. rotateY()Q 4. Which of the following property defines where a 3D element is based in the x- and the y-axis?
A. transform-style
B. perspective-origin
C. perspective(n)
D. none of the mentioned
Show Answer
Answer:-B. perspective-originQ 5. Which of the following css property repeats an image both horizontally and vertically?
A. background
B. background-image
C. background-repeat
D. background-position
Show Answer
Answer:-C. background-repeatQ 6. 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 mentioned
Show Answer
Answer:-C. transform-renderQ 7. Which of the following CSS3 property specifies the intrinsic resolution of all raster images used in/on the element?
A. image-orientation
B. image-rendering
C. image-resolution
D. all of the mentioned
Show Answer
Answer:-C. image-resolutionQ 8. Which of the following CSS3 property specifies how the contents of a replaced element should be fitted to the box established by its used height and width?
A. object-position
B. object-fit
C. image-orientation
D. none of the mentioned
Show Answer
Answer:-B. object-fitQ 9. Which of the following CSS3 property specifies the alignment of the replaced element inside its box?
A. object
B. object-allign
C. object-position
D. object-render
Show Answer
Answer:-C. object-positionQ 10. Which of the following css property defines whether or not an element should be visible when not facing the screen?
A. visibility
B. backface-visibility
C. backface-control
D. none of the mentioned
Leave a Reply