Tag: Images
-
CSS Questions & Answers – Table Graphs, 2D Transforms, Boxing of Images & Constrained Images
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Table Graphs, 2D Transforms, Boxing of Images & Constrained Images”. Q 1. What is the default value of object-fit?A. coverB. containC. fillD. none Show Answer Answer:-C. fill Explanation Object-fit has can be set with five values. When set to the value fill, it is the default…
-
CSS Questions & Answers – CSS3 Transitions for Images
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. backgroundB. background-imageC. background-img D. none of the mentioned Show Answer Answer:-B. background-image Q 2. Which of the following CSS property specifies a delay…
-
CSS Quizs Question & Answers – Gradients without Images
Q 1. Which of the following is not a browser-specific versions of linear-gradient()?A. -moz-linear-gradient()B. -mac-linear-gradient()C. -o-linear-gradient()D. -webkit-linear-gradient() Show Answer Answer:-B. -mac-linear-gradient() Q 2. Which of the following argument is not accepted by radial-gradient() function?A. ShapeB. PositionC. Color stopsD. Time Show Answer Answer:-D. Time Q 3. Which of the following function creates a CSS gradient image…