css-exam

0 votes, 0 avg
556

CSS Questions

1 / 15

1. Which value specifies a transition effect with a slow start, then fast, then end slowly?

2 / 15

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

3 / 15

3. Which of the following CSS property defines how an image or video fits into container with established height and width?

4 / 15

4. CSS is written in which language?

5 / 15

5. Which selector do we use to specify the rule for binding some particular unique element?

6 / 15

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

7 / 15

7. The default value of "position" attribute is___________

8 / 15

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

9 / 15

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

10 / 15

10. When using position fixed, what will the element always be positioned relative to?

11 / 15

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

12 / 15

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

13 / 15

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

14 / 15

14. Identify the outline property that specifies the amount of area extended beyond the border box.

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top