CSS Questions

0 votes, 0 avg
548

CSS Questions

1 / 15

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

2 / 15

2. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

3 / 15

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

4 / 15

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

5 / 15

5.  Which of the following Media Query describe the ratio of the device width to the device height of the media?

6 / 15

6. What is the difference between the margin and padding properties?

7 / 15

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

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 CSS property defines the different properties of all four sides of an element’s border in a single declaration?

10 / 15

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

11 / 15

11. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

12 / 15

12. Which of the following is used for spread radius?

13 / 15

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

14 / 15

14. Which property specifies where the background image is positioned?

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.

Scroll to Top