css-exam

0 votes, 0 avg
551

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. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

3 / 15

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

4 / 15

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

5 / 15

5. Which of the following is the correct syntax to display the hyperlinks without any underline?

6 / 15

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

7 / 15

7. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

8 / 15

8. Which of the following attributes is used to specify elements to bind style rules to?

9 / 15

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

10 / 15

10. What is the difference between display:none and visibillity:hidden?

11 / 15

11. Which of the following selector selects an element if it’s the only child of its parent?

12 / 15

12. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

13 / 15

13. Three of these choices are tue about class selectors. Which is NOT true?

14 / 15

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

15 / 15

15. Which of the following is the Color Format that is the CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

Your score is

The average score is 49%

0%

Scroll to Top