css-exam

0 votes, 0 avg
547

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. When using flexbox, the 'justify-content' property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below.

3 / 15

3. From the choices given below, select the correct oredr to code css pseudo-classes.

4 / 15

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

5 / 15

5. Which selector do we use to specify the rule for binding some particular unique element?

6 / 15

6. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

7 / 15

7. Which of the following will provide date pickers?

8 / 15

8. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12. What is the difference between the margin and padding properties?

13 / 15

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

14 / 15

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

15 / 15

15. Which of the following selector in CSS is used to select the elements that do not match the selectors?

Your score is

The average score is 49%

0%

Scroll to Top