CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

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

2 / 15

2. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

3 / 15

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

4 / 15

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

5 / 15

5. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

6 / 15

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

7 / 15

7. What is the difference between the margin and padding properties?

8 / 15

8. Which of the following is not a browser-specific versions of linear-gradient()?

9 / 15

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

10 / 15

10. Which Of The Following Selector Selects An Element That Has No Children?

11 / 15

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

12 / 15

12. CSS is written in which language?

13 / 15

13. Which of the following Property controls the display of small caps?

14 / 15

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

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.