CSS Questions

0 votes, 0 avg
557

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

6. When using flexbox, the ‘justify-content’ property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below.

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. What is CSS?

12 / 15

12. Which model includes margin, border, padding, and content?

13 / 15

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

14 / 15

14. Which value specifies a transition effect with a slow start, then fast, then end slowly?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top