CSS Questions

0 votes, 0 avg
549

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. Which of the following will provide date pickers?

9 / 15

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

10 / 15

10. Which one can animate the width of search input when get focus?

11 / 15

11. Which statement about block and inline elements is true?

12 / 15

12. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top