Home > Web Development > Quizzes > Web Development Practice Test - CSS
Web Development Practice Test - CSS
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 63% Most missed: “To specify table border in CSS, ____________ property is used”
Web Development Practice Test - CSS
Time left 00:00
20 Questions

1. ______________ property specifies an image to use as the background of an element
2. A navigation bar needs standard HTML as a base
3. What is CSS Float?
4. Elements in CSS cannot be positioned unless the positioning property is set first
5. Which of the below is the correct way to set a font size?
6. Multiple external style sheets cannot be referenced inside a single HTML document
7. Which of the following statements is/are true?
8. The ____________ property specifies which sides of an element other floating elements are not allowed.
9. The ____________ selector is used to specify a style for a single, unique element
10. To specify table border in CSS, ____________ property is used
11. element-width property can be used to set the width of an element
12. Block elements can be aligned by setting the left and right margins to “align”
13. The font-size value can be an absolute, or relative size
14. The ___________ property specifies the stack order of an element
15. Which of the below is the correct way to set a background image?
16. The _________ property is mostly used to remove underline from links
17. ID name should not start with a number
18. _________ property can be used to Increase or decrease the space between words
19. Which of the following statements is TRUE for CSS
20. Which of the following ways below is correct to write a CSS?