css-exam

0 votes, 0 avg
548

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. What is CSS?

4 / 15

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

5 / 15

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

6 / 15

6. The CSS property that is equivalent to the align attribute is:

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

10. What is the use of Pseudo-classes In CSS?

11 / 15

11. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

12 / 15

12. Which of the following Property controls the display of small caps?

13 / 15

13. Which of these would give a block element rounded corners?

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. How would you make the first letter of every paragraph on the page red?

Your score is

The average score is 49%

0%

Scroll to Top