CSS Questions

0 votes, 0 avg
556

CSS Questions

1 / 15

1. 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?

2 / 15

2. Which of the following Viewport Property determines whether the display can be zoomed in and out?

3 / 15

3. Which of the following selector selects an element if it’s the only child of its parent?

4 / 15

4. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

5 / 15

5. Identify the outline property that specifies the amount of area extended beyond the border box.

6 / 15

6. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

7 / 15

7. Which statement about block and inline elements is true?

8 / 15

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

9 / 15

9. Which of the following selector in CSS is used to select the elements that do not match the selectors?

10 / 15

10. What scales the background image as large as possible?

11 / 15

11. Which of the following is only for table elements?

12 / 15

12. What is CSS?

13 / 15

13. The default value of “position” attrubute is?

14 / 15

14. How do you comment in CSS file?

15 / 15

15. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

Your score is

The average score is 49%

0%

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

Scroll to Top