css-exam

0 votes, 0 avg
556

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. What is CSS?

4 / 15

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

5 / 15

5. Which of the following properties will we use to display border around a cell without any content.?

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

9. What is not a valid way of declaring a padding value of 10 pixels on the top and bottom, and 0 pixels on the left abd right?

10 / 15

10. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

11 / 15

11. Which one can animate the width of search input when get focus?

12 / 15

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

13 / 15

13. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

14 / 15

14. What scales the background image as large as possible?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top