CSS Questions

0 votes, 0 avg
556

CSS Questions

1 / 15

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

2 / 15

2. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

3 / 15

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

4 / 15

4. Which of the following is only for table elements?

5 / 15

5. Which of the following is used to specify the subscript of text using CSS?

6 / 15

6.  Which of the following property sets list-style-type, list-style-position, and liststyle-image?

7 / 15

7. Three of these choices are tue about class selectors. Which is NOT true?

8 / 15

8. What changes the shadow from an outer shadow?

9 / 15

9. When we write < img src="img.png" > , what “img.png” inside double quote implies?

10 / 15

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

11 / 15

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

12 / 15

12. What is CSS?

13 / 15

13. Which of the following selector in CSS is used to select the elements that do not match the selectors?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top