CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

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

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.  Which of the following will display a speech bubble pop-up?

4 / 15

4.  Which of the following Media Query describe the ratio of the device width to the device height of the media?

5 / 15

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

6 / 15

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

7 / 15

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

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. From the choices given below, select the correct oredr to code css pseudo-classes.

10 / 15

10. Which Of The Following Selector Selects An Element That Has No Children?

11 / 15

11. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

12 / 15

12. Which of these functions is the 2D transformation in the matrix format?

13 / 15

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

14 / 15

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

15 / 15

15. Using an attribute selector, how would you select an a tag element with a ‘title’ attribute?

Your score is

The average score is 49%

0%

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