CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3.  Which variable defines the data type of the content in CSS?

4 / 15

4. What is the way to specify media dependencies for style sheets ?

5 / 15

5. Which statement regarding icon fonts is true?

6 / 15

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

7 / 15

7. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style?

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12. What is the correct syntax for referring an external CSS?

13 / 15

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

14 / 15

14. What is the use of Pseudo-classes In CSS?

15 / 15

15. Which statement about block and inline elements is true?

Your score is

The average score is 49%

0%

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

Scroll to Top