CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

1. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

2 / 15

2. Which selector do we use to specify the rule for binding some particular unique element?

3 / 15

3. What is the use of Pseudo-classes In CSS?

4 / 15

4. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

5 / 15

5. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

6 / 15

6. Which of the following CSS Property sets the stacking order of positioned elements?

7 / 15

7. Three of these choices are tue about class selectors. Which is NOT true?

8 / 15

8. Which of the following CSS property specifies the look and design of an outline?

9 / 15

9. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

10 / 15

10. Which of these functions is the 2D transformation in the matrix format?

11 / 15

11. Which of the following selector selects the element that is the first child of its parent that is of its type?

12 / 15

12. What is the difference between display:none and visibillity:hidden?

13 / 15

13. Which of the following CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

14 / 15

14. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

15 / 15

15. Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?

Your score is

The average score is 49%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.