css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

2 / 15

2. Which of the following CSS Property sets the stacking order of positioned elements?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. The default value of "position" attrubute is?

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. If we want to show an Arrow as cursor, then which value we will use?

12 / 15

12.  Which of the following will display a speech bubble pop-up?

13 / 15

13.  Which of the following property sets list-style-type, list-style-position, and liststyle-image?

14 / 15

14. If a particular should never be overridden by another rule, the _______ indication should be used.

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top