css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

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

2 / 15

2. Which model includes margin, border, padding, and content?

3 / 15

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

4 / 15

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

5 / 15

5. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

6 / 15

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

7 / 15

7. Which of the following CSS property specifies the look and design of an outline?

8 / 15

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

9 / 15

9. Which of the following CSS property defines how an image or video fits into container with established height and width?

10 / 15

10. How would you make the first letter of every paragraph on the page red?

11 / 15

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

12 / 15

12. Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?

13 / 15

13. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

14 / 15

14. What changes the shadow from an outer shadow?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top