css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1. If we want to show an Arrow as cursor, then which value we will use?

2 / 15

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

3 / 15

3. What is the way to specify media dependencies for style sheets ?

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. Which of the following property will be used to display border around a cell without any content?

9 / 15

9. Which of the following CSS selectors are used to specify a group of elements?

10 / 15

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

11 / 15

11. Which of the following is the Color Format that is the CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

12 / 15

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

13 / 15

13. Which statement about block and inline elements is true?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top