CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

1. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

2 / 15

2. Which of the following selector selects an element if it’s the only child of its parent?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. Which of the following property will be used to display border around a cell without any content?

8 / 15

8. What is the correct syntax for referring an external CSS?

9 / 15

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

10 / 15

10. CSS is written in which language?

11 / 15

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

12 / 15

12. Which of the following is the correct syntax to display the hyperlinks without any underline?

13 / 15

13. How do you comment in CSS file?

14 / 15

14. Which one is NOT the audio element’s attribute?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top