CSS MCQ Quiz Hub

CSS Multiple-Choice Questions

Choose a topic to test your knowledge and improve your CSS skills

1. What is CSS stands for?




2. What CSS describes?




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




4. What is a CSS selector?




5. In a CSS file, there is a CSS rule for paragraphs tags – what does p can be called?




6. Internal styles are written within the _____ element.




7. Inline styles are written within the _____ attribute.




8. CSS comments are placed within the ______.




9. Which property is used to define the text color?




10. Which property is used to define the background color?




11. From the given options which is/are the valid way to represent a color?




12. Which property is used to define the font of the element's text?




13. What are the valid values of font-style property?




14. Why font-weight property is used?




15. What is/are the correct value(s) of font-weight property?




16. Which is the correct inline CSS for p tag to define paragraph's text and background colors?