css-exam

0 votes, 0 avg
556

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 is not a browser-specific versions of linear-gradient()?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

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

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 statement regarding icon fonts is true?

12 / 15

12. Which of the following CSS selectors are used to specify a group of elements?

13 / 15

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

14 / 15

14. What is the way to specify media dependencies for style sheets ?

15 / 15

15. How do you comment in CSS file?

Your score is

The average score is 49%

0%

Scroll to Top