css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

6. Which of the following is used for spread radius?

7 / 15

7. From the choices given below, select the correct oredr to code css pseudo-classes.

8 / 15

8. There are many properties that can be used to align elements and create page layouts such as float,postion,flexbox and grid. Out of these four properties, which one should be used to align a global navigation bar which stays fixed at the top of the page?

9 / 15

9. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

10 / 15

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

11 / 15

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

12 / 15

12. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

13 / 15

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

14 / 15

14. Using an attribute selector, how would you select an a tag element with a 'title' attribute?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top