CSS Questions

0 votes, 0 avg
548

CSS Questions

1 / 15

1. Which statement regarding icon fonts is true?

2 / 15

2. The default value of “position” attribute is___________

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

6. What is the difference between display:none and visibillity:hidden?

7 / 15

7.  Which of the following selector matches the name of any element type?

8 / 15

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

9 / 15

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

10 / 15

10. From the choices given below, select the correct oredr to code css pseudo-classes.

11 / 15

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

12 / 15

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

13 / 15

13. Which of the following CSS property specifies the look and design of an outline?

14 / 15

14. When using position fixed, what will the element always be positioned relative to?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top