CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

1. Which of the following is the Color Format that is the CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

2 / 15

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

3 / 15

3. When we write < img src="img.png" > , what “img.png” inside double quote implies?

4 / 15

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

5 / 15

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

6 / 15

6. Which of the following selector selects the element that is the first child of its parent that is of its type?

7 / 15

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

8 / 15

8. Which statement regarding icon fonts is true?

9 / 15

9. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

10 / 15

10. Which of the following CSS3 property specifies the sequential navigation order for an element?

11 / 15

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

12 / 15

12. Which Of The Following Selector Selects An Element That Has No Children?

13 / 15

13. Which of the following will insert generated content in the counter?

14 / 15

14. Which one of these is NOT an appropriate value for the font-variant property?

15 / 15

15. What changes the shadow from an outer shadow?

Your score is

The average score is 49%

0%

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