css-exam

0 votes, 0 avg
550

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. Which property specifies where the background image is positioned?

4 / 15

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

5 / 15

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

6 / 15

6. What is the role of pseudo-class in CSS

7 / 15

7. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

8 / 15

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

9 / 15

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

10 / 15

10. Which CSS property is used for controlling the layout?

11 / 15

11. Identify the outline property that specifies the amount of area extended beyond the border box.

12 / 15

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

13 / 15

13. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top