CSS Quiz1 1. Which property is used to specify the background color of an element in CSS? color background-color font-family font-size 2. Which value of the background-repeat property is used to repeat the background image horizontally and vertically? no-repeat repeat-x repeat-y repeat 3. Which property is used to set the background color of an element in CSS? background-color color text-align font-size 4. Which value of the display property is used to remove an element from the page layout? none block inline inline-block 5. Which property is used to set the background image of an element in CSS? background-image background-color text-align font-size 6. Which selector is used to select elements with a specific class in CSS? # : . * 7. Which selector is used to select elements with a specific ID in CSS? # : . * 8. Which property is used to specify the font size of an element in CSS? font-weight font-size font-family text-decoration 9. What is the use of CSS? To define HTML page To define the content of an HTML page To define the presentation of an HTML page To define the functionality of an HTML page 10. Which selector is used to select all elements on an HTML page? * # . : Loading … Question 1 of 10