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. If a particular should never be overridden by another rule, the _______ indication should be used.

3 / 15

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

4 / 15

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

5 / 15

5. Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?

6 / 15

6. Which of the following media feature describes the number of entries in the color lookup table of the output device

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. Using an attribute selector, how would you select an a tag element with a 'title' attribute?

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

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

13 / 15

13. Which CSS property is used for controlling the layout?

14 / 15

14. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

15 / 15

15. How do you comment in CSS file?

Your score is

The average score is 49%

0%

Scroll to Top