css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

1. How would you make the first letter of every paragraph on the page red?

2 / 15

2.  Which of the following will display a speech bubble pop-up?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. Which of the following CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

9 / 15

9. Which Of The Following Selector Selects An Element That Has No Children?

10 / 15

10. Which of the following CSS property defines how an image or video fits into container with established height and width?

11 / 15

11. Which of the following media feature describes the number of entries in the color lookup table of the output device

12 / 15

12. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top