css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

1. Which of the following selector selects an element if it’s the only child of its parent?

2 / 15

2. What type of CSS is generally recommended for designing large web pages?

3 / 15

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

4 / 15

4. Which of the following Viewport Property determines whether the display can be zoomed in and out?

5 / 15

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

6 / 15

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

7 / 15

7.  Which of the following will display a speech bubble pop-up?

8 / 15

8. The CSS property that is equivalent to the align attribute is:

9 / 15

9. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style?

10 / 15

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

11 / 15

11. Which of the following is used for spread radius?

12 / 15

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

13 / 15

13. What is the difference between the margin and padding properties?

14 / 15

14. Which of the following will insert generated content in the counter?

15 / 15

15. What is the way to specify media dependencies for style sheets ?

Your score is

The average score is 49%

0%

Scroll to Top