css-exam

0 votes, 0 avg
552

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. What is the role of pseudo-class in CSS

4 / 15

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

5 / 15

5. What is the difference between display:none and visibillity:hidden?

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. What scales the background image as large as possible?

8 / 15

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

9 / 15

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

10 / 15

10. Which property specifies where the background image is positioned?

11 / 15

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

12 / 15

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

13 / 15

13. From the choices given below, select the correct oredr to code css pseudo-classes.

14 / 15

14. When using flexbox, the 'justify-content' property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below.

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top