css-exam

0 votes, 0 avg
559

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. Which of the following properties will we use to display border around a cell without any content.?

4 / 15

4. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

5 / 15

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

6 / 15

6. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

7 / 15

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

8 / 15

8. What type of CSS is generally recommended for designing large web pages?

9 / 15

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

10 / 15

10. When adding transparency styles, what is the difference between using the opacity property versus the background property with rgba() value?

11 / 15

11. What is the role of pseudo-class in CSS

12 / 15

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

13 / 15

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

14 / 15

14. Which model includes margin, border, padding, and content?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top