css-exam

0 votes, 0 avg
553

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. If a particular should never be overridden by another rule, the _______ indication should be used.

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. How would you make the first letter of every paragraph on the page red?

8 / 15

8. Which of the following is not a browser-specific versions of linear-gradient()?

9 / 15

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

10 / 15

10. Which of the following property will be used to display border around a cell without any content?

11 / 15

11. Which of the following media feature describes the number of entries in the color lookup table of the output device

12 / 15

12.  Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?

13 / 15

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

14 / 15

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

15 / 15

15. What is the use of Pseudo-classes In CSS?

Your score is

The average score is 49%

0%

Scroll to Top