CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

2. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

3 / 15

3. Which statement regarding icon fonts is true?

4 / 15

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

5 / 15

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

6 / 15

6. What changes the shadow from an outer shadow?

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

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

13 / 15

13. Which one is NOT the audio element’s attribute?

14 / 15

14. Which of the following selector in CSS is used to select the elements that do not match the selectors?

15 / 15

15.  Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

Your score is

The average score is 49%

0%

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

Scroll to Top