CSS Questions

0 votes, 0 avg
557

CSS Questions

1 / 15

1. Which of the following will provide date pickers?

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

5. Which of the following property of a anchor element signifies unvisited hyperlinks?

6 / 15

6. 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.

7 / 15

7. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

8 / 15

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

9 / 15

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

10 / 15

10. What is CSS?

11 / 15

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

12 / 15

12. Which of the following CSS property is used to specify the space between every letter inside an element?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top