css-exam

0 votes, 0 avg
549

CSS Questions

1 / 15

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

2 / 15

2. Which Of The Following Selector Selects An Element That Has No Children?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

9. Which of the following CSS3 property specifies the sequential navigation order for an element?

10 / 15

10. Which of the following is not a browser-specific versions of linear-gradient()?

11 / 15

11. What type of CSS is generally recommended for designing large web pages?

12 / 15

12. The default value of "position" attribute is___________

13 / 15

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

14 / 15

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

15 / 15

15. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

Your score is

The average score is 49%

0%

Scroll to Top