css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

2. Which of the following CSS property specifies the look and design of an outline?

3 / 15

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

4 / 15

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

5 / 15

5. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

6 / 15

6. Which of the following attributes is used to specify elements to bind style rules to?

7 / 15

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

8 / 15

8. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

9 / 15

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

10 / 15

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

11 / 15

11. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

12 / 15

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

13 / 15

13. Which model includes margin, border, padding, and content?

14 / 15

14. Which of the following Viewport Property determines whether the display can be zoomed in and out?

15 / 15

15. What is the role of pseudo-class in CSS

Your score is

The average score is 49%

0%

Scroll to Top