CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

4. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

5 / 15

5. Which of the following CSS property is used to specify the space between every letter inside an element?

6 / 15

6. Which of the following CSS property defines how an image or video fits into container with established height and width?

7 / 15

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

8 / 15

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

9 / 15

9. Which of the following is not value for the font-stretch(Font descriptor)?

10 / 15

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

11 / 15

11. Which of the following attributes is used to specify elements to bind style rules to?

12 / 15

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

13 / 15

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

14 / 15

14. Which Event Will Be Used When A Connection To The Server Is Opened.

15 / 15

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

Your score is

The average score is 49%

0%

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