CSS3 Transitions for Images

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following css property repeats an image both horizontally and vertically?
background
background-image
background-repeat
background-position
Explanation:
Self-explainatory.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following css property specifies a delay for the transition effect?
transition-delay
transition-effect
transition
transition-duration
Explanation:
Self-explainatory.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
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?
object-fit
object-position
image-orientation
none of the mentioned
Explanation:
Self-explainatory.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following css property specifies an image to use as the background of an element?
background
background-img
background-image
none of the mentioned
Explanation:
Self-explainatory.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following method rotates an element around its Y-axis at a given degree using tranform 3D?
rotateY()
rotate-Y()
rotate-Yaxis()
none of the mentioned
Explanation:
Self-explainatory.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS3 property specifies how nested elements are rendered in 3D space?
transform
transform-style
transform-render
none of the mentioned
Explanation:
Self-explainatory.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS3 property specifies the intrinsic resolution of all raster images used in/on the element?
image-orientation
image-rendering
image-resolution
all of the mentioned
Explanation:
Self-explainatory.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property defines where a 3D element is based in the x- and the y-axis?
transform-style
perspective(n)
perspective-origin
none of the mentioned
Explanation:
Self-explainatory.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following css property defines whether or not an element should be visible when not facing the screen?
visibility
backface-control
backface-visibility
none of the mentioned
Explanation:
Self-explainatory.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS3 property specifies the alignment of the replaced element inside its box?
object
object-allign
object-position
object-render
Explanation:
Self-explainatory.