css-exam

0 votes, 0 avg
549

CSS Questions

1 / 15

1. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

2 / 15

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

3 / 15

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

4 / 15

4. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11.  Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top