CSS Questions

0 votes, 0 avg
545

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

5. What scales the background image as large as possible?

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

9. Which of the following properties will we use to display border around a cell without any content.?

10 / 15

10. 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?

11 / 15

11. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

12 / 15

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

13 / 15

13. 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?

14 / 15

14. IF we want to wrap a block of text around an image, which css property will we use?

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%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.