1. What does CSS stand for?
2. How is CSS different from HTML?
3. What is the role of CSS in web development?
4. How do you link a CSS file to an HTML document?
5. What is an inline style in CSS?
6. How do you apply an internal CSS style?
7. What is an external CSS file?
8. How do you select an element by its ID in CSS?
9. How do you select an element by its class in CSS?
10. What is the universal selector in CSS?
11. How do you select all paragraph elements in CSS?
12. What is the purpose of the margin property in CSS?
13. What is the purpose of the padding property in CSS?
14. What is the difference between margin and padding?
15. How do you change the background color of an element using CSS?
16. How do you set the text color of an element in CSS?
17. What is the font-family property in CSS?
18. How do you make text bold in CSS?
19. What is the font-size property used for in CSS?
20. How do you italicize text using CSS?
21. What is the purpose of the text-align property in CSS?
22. How do you center text using CSS?
23. What is the difference between relative and absolute positioning in CSS?
24. What does display: block mean in CSS?
25. What does display: inline-block mean in CSS?
26. How do you hide an element using CSS?
27. What is the box model in CSS?
28. How do you add a border to an element in CSS?
29. What is the border-radius property used for in CSS?
30. How do you make a circular element using CSS?
31. What is the width property in CSS?
32. How do you set the height of an element in CSS?
33. How do you make an image responsive using CSS?
34. What is the difference between width and max-width in CSS?
35. How do you add a background image in CSS?
36. What does background-repeat: no-repeat do in CSS?
37. How do you center a background image in CSS?
38. What is the z-index property in CSS?
39. How do you change the cursor style using CSS?
40. What is a pseudo-class in CSS?