css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

1. Identify the outline property that specifies the amount of area extended beyond the border box.

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 will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

4 / 15

4. What changes the shadow from an outer shadow?

5 / 15

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

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 of the following CSS Property determines whether an animation should run in reverse on some cycles?

8 / 15

8. The CSS property that is equivalent to the align attribute is:

9 / 15

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

10 / 15

10. What is the way to specify media dependencies for style sheets ?

11 / 15

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

12 / 15

12. If a particular should never be overridden by another rule, the _______ indication should be used.

13 / 15

13. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

14 / 15

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

15 / 15

15. When we write < img src="img.png" > , what "img.png" inside double quote implies?

Your score is

The average score is 49%

0%

Scroll to Top