CSS Quiz


1. What CSS property changes font color?

3. What number is greater than 100?

4. Name a number between 1 and 100, and divisible by 7 and 13

5. Select which of the following are proper ways to style a header element using the following html.
...
<link rel="stylesheet" href="style.css">
<h1>This is a header</h1>
...