css-exam

0 votes, 0 avg
559

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. IF we want to wrap a block of text around an image, which css property will we use?

4 / 15

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

5 / 15

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

6 / 15

6. How do you comment in CSS file?

7 / 15

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

8 / 15

8. Which of these would give a block element rounded corners?

9 / 15

9. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

10 / 15

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

11 / 15

11. Which of the following CSS property is used to specify the space between every letter inside an element?

12 / 15

12. Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?

13 / 15

13. Which of the following is not a browser-specific versions of linear-gradient()?

14 / 15

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

15 / 15

15. Which of the following properties will we use to display border around a cell without any content.?

Your score is

The average score is 49%

0%

Scroll to Top