You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/3-terrarium/2-intro-to-css/.github/post-lecture-quiz.md

22 lines
593 B

4 years ago
*Complete this quiz after the lesson by checking one answer per question.*
You will need to reference the following learn module to complete the quiz:
[Work with CSS](https://docs.microsoft.com/en-us/learn/modules/build-simple-website/4-css-basics)
1. You can write CSS directly in the head section of your HTML file
4 years ago
- [ ] true
- [ ] false
4 years ago
1. It's always necessary to include CSS in your app
4 years ago
- [ ] true
- [ ] false
- [ ] false, but if you want it to look good you need CSS
4 years ago
1. Which browser tool can be used to inspect CSS?
- [ ] Elements
- [ ] Styles
- [ ] Network