CSS Questions

0 votes, 0 avg
558

CSS Questions

1 / 15

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

2 / 15

2. CSS is written in which language?

3 / 15

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

4 / 15

4. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

5 / 15

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

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 property sets the background image to scroll or not to scroll with its associated element’s content?

8 / 15

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

9 / 15

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

10 / 15

10. What is not a valid way of declaring a padding value of 10 pixels on the top and bottom, and 0 pixels on the left abd right?

11 / 15

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

12 / 15

12. Which of the following selector selects the element that is the first child of its parent that is of its type?

13 / 15

13. Which one can animate the width of search input when get focus?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top