css-exam

0 votes, 0 avg
559

CSS Questions

1 / 15

1. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

2 / 15

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

3 / 15

3. The default value of "position" attribute is___________

4 / 15

4. Which of the following property of a anchor element signifies unvisited hyperlinks?

5 / 15

5. If we don't want to allow a floating div to the left side of an element, which CSS property will we use?

6 / 15

6. Which of the following property controls the horizontal overflow of a block or inline block?

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

10.  Which of the following will display a speech bubble pop-up?

11 / 15

11. Which of the following will provide date pickers?

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

15. CSS is written in which language?

Your score is

The average score is 49%

0%

Scroll to Top