css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

4. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

9 / 15

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

10 / 15

10. Which of the following selector in CSS is used to select the elements that do not match the selectors?

11 / 15

11.  Which of the following property sets list-style-type, list-style-position, and liststyle-image?

12 / 15

12. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

13 / 15

13.  Which of the following will display a speech bubble pop-up?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top