css-exam

0 votes, 0 avg
550

CSS Questions

1 / 15

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

2 / 15

2. Which Event Will Be Used When A Connection To The Server Is Opened.

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style?

13 / 15

13. Which of these functions is the 2D transformation in the matrix format?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top