css-exam

0 votes, 0 avg
548

CSS Questions

1 / 15

1. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

2 / 15

2. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

9. Which statement regarding icon fonts is true?

10 / 15

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

11 / 15

11. Which selector do we use to specify the rule for binding some particular unique element?

12 / 15

12. Which of the following CSS property specifies the look and design of an outline?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top