CSS Questions

0 votes, 0 avg
558

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 these functions is the 2D transformation in the matrix format?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

6. If we want to show an Arrow as cursor, then which value we will use?

7 / 15

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

8 / 15

8. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

9 / 15

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

10 / 15

10. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

11 / 15

11. IF we want to wrap a block of text around an image, which css property will we use?

12 / 15

12. What is the correct syntax for referring an external CSS?

13 / 15

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

14 / 15

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

15 / 15

15.  Which variable defines the data type of the content in CSS?

Your score is

The average score is 49%

0%

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

Scroll to Top