CSS Questions

0 votes, 0 avg
556

CSS Questions

1 / 15

1. If we don’t want to allow a floating div to the left side of an element, which CSS property will we use?

2 / 15

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

3 / 15

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

4 / 15

4. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. Which Event Will Be Used When A Connection To The Server Is Opened.

9 / 15

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

10 / 15

10. Which of the following is the correct syntax to display the hyperlinks without any underline?

11 / 15

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

12 / 15

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

13 / 15

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

14 / 15

14. When using position fixed, what will the element always be positioned relative to?

15 / 15

15. Which of these functions is the 2D transformation in the matrix format?

Your score is

The average score is 49%

0%

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

Scroll to Top