css-exam

0 votes, 0 avg
548

CSS Questions

1 / 15

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

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 of the following selector selects the element that is the first child of its parent that is of its type?

4 / 15

4. Which statement regarding icon fonts is true?

5 / 15

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

6 / 15

6. The default value of "position" attribute is___________

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. What scales the background image as large as possible?

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12. Which of these would give a block element rounded corners?

13 / 15

13. Which one of these is NOT an appropriate value for the font-variant property?

14 / 15

14. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

15 / 15

15. Which of the following media feature describes the number of entries in the color lookup table of the output device

Your score is

The average score is 49%

0%

Scroll to Top