CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. CSS is written in which language?

4 / 15

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

5 / 15

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

6 / 15

6. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

7 / 15

7. Which of the following is used to specify the subscript of text using CSS?

8 / 15

8. The default value of “position” attrubute is?

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12.  Which of the following selector matches the name of any element type?

13 / 15

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

14 / 15

14. Which of the following property will be used to display border around a cell without any content?

15 / 15

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

Your score is

The average score is 49%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.

Scroll to Top