CSS Questions

0 votes, 0 avg
556

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

4. When adding transparency styles, what is the difference between using the opacity property versus the background property with rgba() value?

5 / 15

5.  Which variable defines the data type of the content in CSS?

6 / 15

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

7 / 15

7. Which of the following CSS property specifies the look and design of an outline?

8 / 15

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

9 / 15

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

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. The default value of “position” attribute is___________

12 / 15

12. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

13 / 15

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

14 / 15

14. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top