css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

2.  Which of the following Media Query describe the ratio of the device width to the device height of the media?

3 / 15

3. Which of the following property will be used to display border around a cell without any content?

4 / 15

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

5 / 15

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

6 / 15

6. Which value specifies a transition effect with a slow start, then fast, then end slowly?

7 / 15

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

8 / 15

8. Three of these choices are tue about class selectors. Which is NOT true?

9 / 15

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

10 / 15

10. Which of the following is the Color Format that is the CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

11 / 15

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

12 / 15

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

13 / 15

13. Which selector do we use to specify the rule for binding some particular unique element?

14 / 15

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

15 / 15

15. The default value of "position" attrubute is?

Your score is

The average score is 49%

0%

Scroll to Top