CSS Questions

0 votes, 0 avg
551

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. If a particular should never be overridden by another rule, the _______ indication should be used.

3 / 15

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

4 / 15

4. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

5 / 15

5. Which value specifies a transition effect with a slow start, then fast, then end slowly?

6 / 15

6. When using position fixed, what will the element always be positioned relative to?

7 / 15

7. Which of the following is used to specify the subscript of text using CSS?

8 / 15

8. Which of these would give a block element rounded corners?

9 / 15

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

10 / 15

10.  Which of the following will display a speech bubble pop-up?

11 / 15

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

12 / 15

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

13 / 15

13. CSS is written in which language?

14 / 15

14. Which CSS property is used for controlling the layout?

15 / 15

15. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

Your score is

The average score is 49%

0%

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

Scroll to Top