Review of Basic CSS
Congrats! You made it through the first set of CSS challenges. Let's take a
moment to review what you've learned. If you can answer these questions, you're
in good shape.
- What does CSS stand for?
- Style rules have a style property and a value and look like this:
property: value;
. Give an example of a style property and a value that
might be used.
- We've looked at four different ways to select which elements a style rule
will apply to. List them.
- What is an inline style rule? How do you add one?
- In a style sheet, how do you distinguish between an ID selector, a class
selector, and a tag selector?
- Style rules can conflict. How does your browser resolve these conflicts?
Got it? Good. To move on to the next set of challenges, click the ✔ button.