css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1.  Which of the following property sets list-style-type, list-style-position, and liststyle-image?

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

4 / 15

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

5 / 15

5. Which one is NOT the audio element’s attribute?

6 / 15

6.  Which of the following will display a speech bubble pop-up?

7 / 15

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

8 / 15

8. What is CSS?

9 / 15

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

10 / 15

10. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

11 / 15

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

12 / 15

12. Which statement regarding icon fonts is true?

13 / 15

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

14 / 15

14. Which of the following will provide date pickers?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top