css-exam

0 votes, 0 avg
548

CSS Questions

1 / 15

1. Which of the following is not value for the font-stretch(Font descriptor)?

2 / 15

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

3 / 15

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

4 / 15

4. The default value of "position" attribute is___________

5 / 15

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

6 / 15

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

7 / 15

7. If we want to show an Arrow as cursor, then which value we will use?

8 / 15

8. Which value specifies a transition effect with a slow start, then fast, then end slowly?

9 / 15

9. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

10 / 15

10. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

11 / 15

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

12 / 15

12. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

13 / 15

13. CSS is written in which language?

14 / 15

14. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top