CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. Which of the following CSS Property sets the stacking order of positioned elements?

4 / 15

4. What changes the shadow from an outer shadow?

5 / 15

5. Which Event Will Be Used When A Connection To The Server Is Opened.

6 / 15

6. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

7 / 15

7. Which value specifies a transition effect with a slow start, then fast, then end slowly?

8 / 15

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

9 / 15

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

10 / 15

10. IF we want to wrap a block of text around an image, which css property will we use?

11 / 15

11. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

12 / 15

12. Which one can animate the width of search input when get focus?

13 / 15

13. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

14 / 15

14. Which of the following property controls the horizontal overflow of a block or inline block?

15 / 15

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

Your score is

The average score is 49%

0%

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