CSS Questions

0 votes, 0 avg
543

CSS Questions

1 / 15

1. What changes the shadow from an outer shadow?

2 / 15

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

3 / 15

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

4 / 15

4.  Which of the following selector matches the name of any element type?

5 / 15

5. How do you comment in CSS file?

6 / 15

6. What is the difference between the margin and padding properties?

7 / 15

7. Which of the following Viewport Property determines whether the display can be zoomed in and out?

8 / 15

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

9 / 15

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

10 / 15

10. Which CSS property is used for controlling the layout?

11 / 15

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

12 / 15

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

13 / 15

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

14 / 15

14.  Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

15 / 15

15. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

Your score is

The average score is 49%

0%