css-exam

0 votes, 0 avg
556

CSS Questions

1 / 15

1. Three of these choices are tue about class selectors. Which is NOT true?

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. What is the correct syntax for referring an external CSS?

9 / 15

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

10 / 15

10. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

11 / 15

11. When we write < img src="img.png" > , what "img.png" inside double quote implies?

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

15. Which of the following Property controls the display of small caps?

Your score is

The average score is 49%

0%

Scroll to Top