Home > Internet Programming > Quizzes > CSS Fundamentals Test
CSS Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 22% Most missed: “What property is used to a set minimum height for an element?”
CSS Fundamentals Test
Time left 00:00
25 Questions

1. What are the possible values of the property background-attachment?
2. What is the correct HTML for referring to an external style sheet?
3. __________ property is mostly used to remove underlines from links:
4. Which of the following will apply a hex color of #445566 to each active link?
5. Where in an HTML document is the correct place to refer to an external style sheet?
6. What does the property font-family do?
7. What does the * stand for in CSS?
8. Which is the correct syntax for centering the text in the header?
9. Hex colors are based off of what other web based color mode?
10. Is :focus a pseudo-class?
11. Which declaration will make each word in an element start with a uppercase letter?
12. Which of the following is an example of using group selectors?
13. Normally - elements after a 'floated' element will flow around it. Which property can be used to avoid this?
14. .center {text-align:center;} is an example of
15. Which of the following defines the tiling pattern for one or more background images?
16. Which of the following units of measurement can be used when creating a margin?
17. Setting the left and right margins to auto specifies that they should split the available margin equally - resulting in...
18. What is the correct HTML for referring to an external style sheet?
19. The CSS list properties allow you to:
20. What does the following selector do: element[foo]
21. Which syntax displays hyperlinks with an underline?
22. What is the difference between ID and Class?
23. How do you set the text color in a css rule?
24. Who maintains CSS?
25. Which of the following removes the bullet from an unordered list?