Css3 Fundamentals(Css ) Questions and Answers

Question 1. Which of the following css property repeats an image both horizontally and vertically?
  1.    background
  2.    background-image
  3.    background-repeat
  4.    background-position
Explanation:-
Answer: Option C. -> background-repeat

Question 2. Which of the following property defines where a 3D element is based in the x- and the y-axis?
  1.    transform-style
  2.    perspective(n)
  3.    perspective-origin
  4.    none of the mentioned
Explanation:-
Answer: Option C. -> perspective-origin

Question 3. Which of the following css property specifies a delay for the transition effect?
  1.    transition-delay
  2.    transition-effect
  3.    transition
  4.    transition-duration
Explanation:-
Answer: Option A. -> transition-delay

Question 4. Which of the following css property specifies an image to use as the background of an element?
  1.    background
  2.    background-img
  3.    background-image
  4.    none of the mentioned
Explanation:-
Answer: Option C. -> background-image

Question 5. Which of the following method rotates an element around its Y-axis at a given degree using tranform 3D?
  1.    rotateY()
  2.    rotate-Y()
  3.    rotate-Yaxis()
  4.    none of the mentioned
Explanation:-
Answer: Option A. -> rotateY()

Question 6. Which of the following CSS3 property specifies how nested elements are rendered in 3D space?
  1.    transform
  2.    transform-style
  3.    transform-render
  4.    none of the mentioned
Explanation:-
Answer: Option C. -> transform-render

Question 7. Which of the following CSS3 property specifies the alignment of the replaced element inside its box?
  1.    object
  2.    object-allign
  3.    object-position
  4.    object-render
Explanation:-
Answer: Option C. -> object-position

Question 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?
  1.    object-fit
  2.    object-position
  3.    image-orientation
  4.    none of the mentioned
Explanation:-
Answer: Option A. -> object-fit

Question 9. 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?
  1.    object-fit
  2.    object-position
  3.    image-orientation
  4.    none of the mentioned
Explanation:-
Answer: Option A. -> object-fit

Question 10. Which of the following CSS3 property specifies the intrinsic resolution of all raster images used in/on the element?
  1.    image-orientation
  2.    image-rendering
  3.    image-resolution
  4.    all of the mentioned
Explanation:-
Answer: Option C. -> image-resolution