css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1.  Which of the following selector matches the name of any element type?

2 / 15

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

3 / 15

3. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

4 / 15

4. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

5 / 15

5. What scales the background image as large as possible?

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

9. Which of the following CSS property is used to specify the space between every letter inside an element?

10 / 15

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

11 / 15

11. When adding transparency styles, what is the difference between using the opacity property versus the background property with rgba() value?

12 / 15

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

13 / 15

13. IF we want to wrap a block of text around an image, which css property will we use?

14 / 15

14. There are many properties that can be used to align elements and create page layouts such as float,postion,flexbox and grid. Out of these four properties, which one should be used to align a global navigation bar which stays fixed at the top of the page?

15 / 15

15. CSS is written in which language?

Your score is

The average score is 49%

0%

Scroll to Top