CSS Questions

0 votes, 0 avg
548

CSS Questions

1 / 15

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

2 / 15

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

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 CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

5 / 15

5. What changes the shadow from an outer shadow?

6 / 15

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

7 / 15

7. What should be the table width, So that the width of the table adjust to the current width of the browser window?

8 / 15

8. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

9 / 15

9. Which of the following is only for table elements?

10 / 15

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

11 / 15

11.  Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

15. Which of the following will provide date pickers?

Your score is

The average score is 49%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.

Scroll to Top