css-exam

0 votes, 0 avg
549

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. Which statement about block and inline elements is true?

4 / 15

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

5 / 15

5. Which of the following is the Color Format that is the CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

6 / 15

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

7 / 15

7. How would you make the first letter of every paragraph on the page red?

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 we write < img src="img.png" > , what "img.png" inside double quote implies?

11 / 15

11. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

12 / 15

12. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

13 / 15

13. Which of the following CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

14 / 15

14. The default value of "position" attribute is___________

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top