css-exam

0 votes, 0 avg
556

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

6. The CSS property that is equivalent to the align attribute is:

7 / 15

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

8 / 15

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

9 / 15

9. Which of the following is used for spread radius?

10 / 15

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

11 / 15

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

12 / 15

12. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

13 / 15

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

14 / 15

14. Which of the following properties will we use to display border around a cell without any content.?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top