CSS Questions

0 votes, 0 avg
557

CSS Questions

1 / 15

1. Which of the following Viewport Property determines whether the display can be zoomed in and out?

2 / 15

2. What is CSS?

3 / 15

3. What changes the shadow from an outer shadow?

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12. Which of the following is the correct syntax to display the hyperlinks without any underline?

13 / 15

13. Which of the following property of a anchor element signifies unvisited hyperlinks?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top