CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

5. Identify the outline property that specifies the amount of area extended beyond the border box.

6 / 15

6. Which of the following CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

7 / 15

7. If we want to show an Arrow as cursor, then which value we will use?

8 / 15

8. Which of the following is only for table elements?

9 / 15

9. Which of the following CSS Property sets the stacking order of positioned elements?

10 / 15

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

11 / 15

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

12 / 15

12. Which of the following will insert generated content in the counter?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.

Scroll to Top